From 013a657f78360bebe706a4d18c2db576080583f1 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 6 Jan 2025 14:18:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=96=87=E6=A1=A3=E7=AD=BE?= =?UTF-8?q?=E7=BD=B2=E5=90=8E=EF=BC=8C=E5=B7=B2=E7=AD=BE=E7=BD=B2=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=95=B0=E6=9C=AA=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-workbench/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-workbench/index.vue b/src/views/trials/trials-workbench/index.vue index 5fdad8e6..843832e9 100644 --- a/src/views/trials/trials-workbench/index.vue +++ b/src/views/trials/trials-workbench/index.vue @@ -522,9 +522,10 @@ export default { }) }, refreshSysData(){ - this.tabList.SysWaitSignDocCount = this.tabList.SysWaitSignDocCount - 1 - this.tabList.SysSignedDocCount = this.tabList.SysWaitSignDocCount + 1 - store.dispatch('user/setTotalNeedSignSystemDocCount', this.tabList.SysWaitSignDocCount) + // this.tabList.SysWaitSignDocCount = this.tabList.SysWaitSignDocCount - 1 + // this.tabList.SysSignedDocCount = this.tabList.SysWaitSignDocCount + 1 + // store.dispatch('user/setTotalNeedSignSystemDocCount', this.tabList.SysWaitSignDocCount) + this.getUserTobeDoneRecord() }, getUserTobeDoneRecord() { getUserTobeDoneRecord().then(async res => {