|
@@ -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() { // 获取业务线
|