zhangjie 1 년 전
부모
커밋
d28d2abe2f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/exam/components/ApplyContent.vue

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

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