From 8567868fe15771d2ae61d3d1853a82b3600c7fd4 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Mon, 3 Jun 2024 20:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E6=B8=85=E7=A9=BArunningTask?= =?UTF-8?q?s=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/bpm/processInstance/detail/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/system/bpm/processInstance/detail/index.vue b/src/views/system/bpm/processInstance/detail/index.vue index fee55f14..93e194b6 100644 --- a/src/views/system/bpm/processInstance/detail/index.vue +++ b/src/views/system/bpm/processInstance/detail/index.vue @@ -360,6 +360,8 @@ const getTaskList = async () => { * 设置 runningTasks 中的任务 */ const loadRunningTask = tasks => { + //清空数据 + runningTasks.value=[] // tasks.length = 1 tasks?.forEach(task => { if (!isEmpty(task.children)) {