Browse Source

优化团队缺陷

qinzhipeng_v 5 years ago
parent
commit
b96392cd0d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/workbench/bugTableList.vue

+ 3 - 0
src/views/workbench/bugTableList.vue

@@ -137,6 +137,9 @@ export default {
     },
     bugGetTableList(name, value) {
       const teamSearchInfo = value || { teamId: this.teamId, bizId: this.bizId }
+      if (value) {
+        this.curIndex = 1
+      }
       const pageInfoDO = {}
       pageInfoDO.pageSize = this.pageSize
       pageInfoDO.curIndex = this.curIndex