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