From ed1180696faa2626c15dba79951d925cef9872d0 Mon Sep 17 00:00:00 2001 From: AN <1983933789@qq.com> Date: Sun, 25 May 2025 17:01:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=8F=98=E5=8C=96=E6=97=B6=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E9=A1=BA=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/process-instance/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();