qinzhipeng_v 5 年之前
父節點
當前提交
a3e8290af3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/Platform/workbench.vue

+ 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 => {