Ver código fonte

团队工作台优化

qinzhipeng_v 5 anos atrás
pai
commit
1a4d1b970e

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

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

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

@@ -180,7 +180,7 @@ export default {
   methods: {
     handleClick() {
       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() { // 获取业务线