zhangjie 1 anno fa
parent
commit
d28d2abe2f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();