Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
ef905027
Commit
ef905027
authored
Oct 25, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 社团修改
parent
882da7ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
ruoyi-ui/src/api/smartSchool/MassOrganization/singninInfo/index.js
+1
-2
ruoyi-ui/src/views/smartSchool/massOrganization/clubRegistrationReview/index.vue
+11
-7
No files found.
ruoyi-ui/src/api/smartSchool/MassOrganization/singninInfo/index.js
View file @
ef905027
...
...
@@ -14,9 +14,8 @@ export function getsigninInfo(query) {
// 获取社团报名审核详细信息
export
function
listsigninInfo
(
id
)
{
return
request
({
url
:
'/signin/'
+
id
,
url
:
`/signin/
${
id
}
`
,
method
:
'get'
,
})
}
...
...
ruoyi-ui/src/views/smartSchool/massOrganization/clubRegistrationReview/index.vue
View file @
ef905027
...
...
@@ -66,7 +66,7 @@
>
不同意
</el-button
>
</div>
<el-button
@
click=
"hand
leDelete
(scope.row)"
type=
"text"
size=
"small"
<el-button
@
click=
"hand
Query
(scope.row)"
type=
"text"
size=
"small"
>
查看
</el-button
>
</
template
>
...
...
@@ -221,14 +221,18 @@ export default {
this
.
resetForm
(
"form"
);
},
// 查看
handleDelete
(
row
)
{
handQuery
(
row
)
{
console
.
log
(
row
,
"查看row"
);
this
.
reset
();
const
ids
=
row
.
id
||
this
.
ids
;
const
ids
=
row
.
id
;
this
.
title
=
"社团报名审核"
;
this
.
dialogTableVisible
=
true
;
// this.form = row;
listsigninInfo
(
ids
).
then
((
response
)
=>
{
// console.log("response", response
);
this
.
form
=
response
.
data
;
this
.
dialogTableVisible
=
true
;
this
.
title
=
"社团报名审核"
;
console
.
log
(
ids
,
"id"
);
if
(
response
.
data
&&
response
.
data
.
name
)
{
this
.
form
=
response
.
data
;
}
});
},
// 同意
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment