Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -714,7 +714,6 @@ export default { | ... | @@ -714,7 +714,6 @@ export default { |
| 714 | 714 | ||
| 715 | let flow_id = getFlowId(); // flow_id 流程ID | 715 | let flow_id = getFlowId(); // flow_id 流程ID |
| 716 | if (flow_id) { | 716 | if (flow_id) { |
| 717 | - state.reloadLoading = true; // 打开loading | ||
| 718 | getFlowData(flow_id); | 717 | getFlowData(flow_id); |
| 719 | } | 718 | } |
| 720 | 719 | ... | ... |
-
Please register or login to post a comment