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