Эх сурвалжийг харах

Merge branch 'v2.0' of http://git.qmth.com.cn/teachcloud/teachcloud-print-web into v2.0

zhangjie 4 жил өмнө
parent
commit
9cbe4e5024

+ 1 - 1
src/modules/exam/components/WaitTaskAudit.vue

@@ -106,7 +106,7 @@ export default {
       this.getList();
     },
     toDo(task) {
-      this.curTask = task;
+      this.curTask = { ...task, source: "REVIEW" };
       this.$refs.ModifyTaskApply.open();
     },
     modified() {