diff --git a/src/views/workflow/process-instance/index.vue b/src/views/workflow/process-instance/index.vue index 558c2ed3..7b5de630 100644 --- a/src/views/workflow/process-instance/index.vue +++ b/src/views/workflow/process-instance/index.vue @@ -220,8 +220,8 @@ const { checkedRowKeys, onBatchDeleted, onDeleted } = useTableOperate(data, getD watch(runningStatus, async () => { const newApiFn = runningStatus.value ? fetchGetRunningProcessInstanceList : fetchGetFinishedProcessInstanceList; updateApiFn(newApiFn); - reloadColumns(); await getDataByPage(); + reloadColumns(); }); const { loading: treeLoading, startLoading: startTreeLoading, endLoading: endTreeLoading } = useLoading();