Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
school-paper-admin-front
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
1
Merge Requests
1
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
school-paper
school-paper-admin-front
Commits
874a1c1f
Commit
874a1c1f
authored
Jul 31, 2023
by
H.wb.wang.peixun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批卷接口对接
parent
ae1b32f4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
src/views/school-paper/testPaperRecord/index.vue
+9
-4
No files found.
src/views/school-paper/testPaperRecord/index.vue
View file @
874a1c1f
...
...
@@ -357,11 +357,16 @@ export default {
}
},
clickComplete
()
{
completeReadOver
({
id
:
this
.
form
.
recordId
}).
then
((
res
)
=>
{
this
.
open
=
false
;
this
.
$modal
.
msgSuccess
(
"批卷完成"
);
this
.
getList
();
let
self
=
this
this
.
$refs
[
"form"
].
validate
(
valid
=>
{
if
(
valid
)
{
completeReadOver
({
id
:
self
.
form
.
recordId
}).
then
((
res
)
=>
{
self
.
open
=
false
;
self
.
$modal
.
msgSuccess
(
"批卷完成"
);
self
.
getList
();
})
}
});
},
// 典例精讲
changeExplain
(
e
)
{
...
...
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