|
@@ -489,6 +489,8 @@ const saveTaskToServer = async () => {
|
|
|
|
|
|
// 直接点击复核,不做修改
|
|
// 直接点击复核,不做修改
|
|
const checkTask = async () => {
|
|
const checkTask = async () => {
|
|
|
|
+ if (!store.currentTask) return;
|
|
|
|
+
|
|
const res = await saveStudentSubjectiveCheck({
|
|
const res = await saveStudentSubjectiveCheck({
|
|
studentId: store.currentTask.studentId,
|
|
studentId: store.currentTask.studentId,
|
|
examId,
|
|
examId,
|