瀏覽代碼

代办任务审核任务修改

zhangjie 4 年之前
父節點
當前提交
9b81ec4370
共有 1 個文件被更改,包括 1 次插入1 次删除
  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() {