xiaofei 1 年之前
父節點
當前提交
49629fe72f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/modules/exam/components/ApplyContent.vue

+ 2 - 1
src/modules/exam/components/ApplyContent.vue

@@ -784,7 +784,8 @@ export default {
         await this.getFlowList();
       } else {
         await this.getFlowHistory();
-        if (!this.IS_PREVIEW && this.examTask.review) this.getCurFlowNodeInfo();
+        if (!this.IS_PREVIEW && this.curTaskApply.review)
+          this.getCurFlowNodeInfo();
       }
 
       // if (this.IS_AUDIT) this.getCurFlowNodeInfo();