From 384d7197a200405ff924fcffa5f0bca31e7c5c59 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Mon, 29 Apr 2024 11:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=AD=BE=E7=BD=B2=E5=88=B7=E6=96=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-workbench/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-workbench/index.vue b/src/views/trials/trials-workbench/index.vue index a67169eb..3a92b8fb 100644 --- a/src/views/trials/trials-workbench/index.vue +++ b/src/views/trials/trials-workbench/index.vue @@ -293,7 +293,7 @@ - + @@ -520,6 +520,10 @@ export default { }) }) }, + refreshSysData(){ + --this.tabList.SysWaitSignDocCount + store.dispatch('user/setTotalNeedSignSystemDocCount', this.tabList.SysWaitSignDocCount) + }, getUserTobeDoneRecord() { getUserTobeDoneRecord().then(async res => { this.tabList = res.Result