Explorar o código

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

zhangjie %!s(int64=4) %!d(string=hai) anos
pai
achega
9cbe4e5024
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/exam/components/WaitTaskAudit.vue

+ 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() {