@@ -447,6 +447,7 @@ export default {
this.teamBizName = a + (b ? ' / ' + b : '')
this.teamNames = data
this.teamCode = 0
+ this.bizName = '业务线'
const datas = data.map(item => { return item[0] })
const bizIds = Array.from(new Set(datas))
this.bizIdCode = bizIds