Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
游洁
thinkApp
Commits
9da3a95d
Commit
9da3a95d
authored
Sep 13, 2022
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
24e2ba2c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
10 deletions
+31
-10
examList.vue
src/components/index/workSituation/examList.vue
+31
-10
No files found.
src/components/index/workSituation/examList.vue
View file @
9da3a95d
...
@@ -171,16 +171,37 @@
...
@@ -171,16 +171,37 @@
}
}
},
},
setCensus
(){
setCensus
(){
uni
.
showModal
({
title
:
'提示'
,
content
:
'此操作将生成统计表的1-8题统计分析,是否继续?'
,
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
//1、调用后台生成接口
//1、调用后台生成接口
uni
.
showLoading
({
uni
.
showLoading
({
title
:
'正在生成中...'
title
:
'正在生成中...'
})
})
setExamStatAnalysis
({
'CourseId'
:
props
.
CourseId
}).
then
(
r
=>
{
setExamStatAnalysis
({
'CourseId'
:
props
.
CourseId
,
'AnalysisType'
:
1
}).
then
(
r
=>
{
setTimeout
(()
=>
{
uni
.
hideLoading
()
},
3000
)
ctx
.
emit
(
'change'
)
})
}
else
if
(
res
.
cancel
)
{
setExamStatAnalysis
({
'CourseId'
:
props
.
CourseId
,
'AnalysisType'
:
2
}).
then
(
r
=>
{
setTimeout
(()
=>
{
setTimeout
(()
=>
{
uni
.
hideLoading
()
uni
.
hideLoading
()
},
3000
)
},
3000
)
ctx
.
emit
(
'change'
)
ctx
.
emit
(
'change'
)
})
})
}
}
});
//2、重新调用列表接口请求
//2、重新调用列表接口请求
},
},
...
...
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