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