|
@@ -617,7 +617,7 @@ const TaskEventMap: { [key: string]: () => void } = {
|
|
|
})
|
|
|
},
|
|
|
'修改成绩': async () => {
|
|
|
- await handleCompleteTaskAuto()
|
|
|
+ await handleCompleteTaskAuto({ force: 1 })
|
|
|
routerPush({ name: 'process-xgcj-id', params: { id: ykl_lc.ze_id } })
|
|
|
},
|
|
|
'考试关闭': () => {
|
|
@@ -629,8 +629,7 @@ const TaskEventMap: { [key: string]: () => void } = {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
}).then(() => {
|
|
|
- const { gid, pid, cid } = JSON.parse(sessionStorage.getItem('StepId')!)
|
|
|
- handleJumpTask(gid, pid, cid)
|
|
|
+ handleCompleteTaskAuto({ force: 1 })
|
|
|
})
|
|
|
},
|
|
|
}
|