Compare commits
2 Commits
d243d3cd11
...
8d4e9368c6
Author | SHA1 | Date |
---|---|---|
|
8d4e9368c6 | |
|
d71fff7393 |
|
@ -523,6 +523,7 @@ export default {
|
|||
},
|
||||
refreshSysData(){
|
||||
this.tabList.SysWaitSignDocCount = this.tabList.SysWaitSignDocCount - 1
|
||||
this.tabList.SysSignedDocCount = this.tabList.SysWaitSignDocCount + 1
|
||||
store.dispatch('user/setTotalNeedSignSystemDocCount', this.tabList.SysWaitSignDocCount)
|
||||
},
|
||||
getUserTobeDoneRecord() {
|
||||
|
|
Loading…
Reference in New Issue