xiaofei 1 år sedan
förälder
incheckning
49629fe72f
1 ändrade filer med 2 tillägg och 1 borttagningar
  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();
         await this.getFlowList();
       } else {
       } else {
         await this.getFlowHistory();
         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();
       // if (this.IS_AUDIT) this.getCurFlowNodeInfo();