|
@@ -391,9 +391,9 @@ export default {
|
|
|
console.log(e)
|
|
|
this.searchForm.bizId = e
|
|
|
this.queryTeamInfoList()// 重新获取团队
|
|
|
- const res = this.searchEnum.businesslines.find(item => item.code === e)
|
|
|
- this.bizName = res.name
|
|
|
- this.$store.dispatch('global/setBizId', res.code)
|
|
|
+ // const res = this.searchEnum.businesslines.find(item => item.code === e)
|
|
|
+ // this.bizName = res.name
|
|
|
+ // this.$store.dispatch('global/setBizId', res.code)
|
|
|
this.handleClick()
|
|
|
},
|
|
|
showSchedule(e) { // 查看日程详情
|