Browse Source

团队工作台优化

qinzhipeng_v 5 years ago
parent
commit
1a4d1b970e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/workbench/bugTableList.vue
  2. 1 1
      src/views/workbench/team/index.vue

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

@@ -134,7 +134,7 @@ export default {
       })
       })
     },
     },
     bugGetTableList(name, value) {
     bugGetTableList(name, value) {
-      const teamSearchInfo = value
+      const teamSearchInfo = value || { teamId: null, bizId: null }
       const pageInfoDO = {}
       const pageInfoDO = {}
       pageInfoDO.pageSize = this.pageSize
       pageInfoDO.pageSize = this.pageSize
       pageInfoDO.curIndex = this.curIndex
       pageInfoDO.curIndex = this.curIndex

+ 1 - 1
src/views/workbench/team/index.vue

@@ -180,7 +180,7 @@ export default {
   methods: {
   methods: {
     handleClick() {
     handleClick() {
       if (this.activeName === '5') {
       if (this.activeName === '5') {
-        this.$refs.bugTableDialog.bugGetTableList('团队', { teamId: this.searchForm.teamId !== '' ? this.searchForm.teamId : '', bizId: this.searchForm.bizId !== '' ? this.searchForm.bizId : '' })
+        this.$refs.bugTableDialog.bugGetTableList('团队', { teamId: this.searchForm.teamId, bizId: this.searchForm.bizId })
       }
       }
     },
     },
     async settingGetBizList() { // 获取业务线
     async settingGetBizList() { // 获取业务线