qinzhipeng_v 5 жил өмнө
parent
commit
a3e8290af3

+ 1 - 1
src/views/Platform/workbench.vue

@@ -351,7 +351,7 @@ export default {
     // 工作统计全局list
     handleClick(tab) {
       this.total = 0
-      this.$set(this.bugOrTask, 'isBugOrTask', '任务')
+      this.$set(this.bugOrTask, 'isBugOrTask', 1)
       if (tab.label === '工作统计') {
         this.userName = { bizId: this.bizJson, handlerPerson: this.userInformation, timeType: 0 }
         personalworkstationQueryPeriodBugAndTask(this.userName).then(res => {