|
@@ -77,7 +77,7 @@
|
|
</el-container>
|
|
</el-container>
|
|
<el-container v-show="activeName === '5'">
|
|
<el-container v-show="activeName === '5'">
|
|
<section class="main-section">
|
|
<section class="main-section">
|
|
- <bugTableList ref="bugTableDialog" :name="'团队'" :team-id="searchForm.teamId" :biz-id="searchForm.bizId" />
|
|
|
|
|
|
+ <bugTableList ref="bugTableDialog" :name="'团队'" />
|
|
</section>
|
|
</section>
|
|
</el-container>
|
|
</el-container>
|
|
<!-- 日程 -->
|
|
<!-- 日程 -->
|
|
@@ -225,6 +225,7 @@ export default {
|
|
const res = this.searchEnum.teams.find(item => item.teamId === e)
|
|
const res = this.searchEnum.teams.find(item => item.teamId === e)
|
|
this.teamName = res.teamName
|
|
this.teamName = res.teamName
|
|
this.queryTeamWorkListByTime(this.calendarView)
|
|
this.queryTeamWorkListByTime(this.calendarView)
|
|
|
|
+ this.queryTeamMember()
|
|
this.updateGannt()
|
|
this.updateGannt()
|
|
this.handleClick()
|
|
this.handleClick()
|
|
},
|
|
},
|
|
@@ -233,6 +234,7 @@ export default {
|
|
const res = this.searchEnum.businesslines.find(item => item.code === e)
|
|
const res = this.searchEnum.businesslines.find(item => item.code === e)
|
|
this.bizName = res.name
|
|
this.bizName = res.name
|
|
this.queryTeamWorkListByTime(this.calendarView)
|
|
this.queryTeamWorkListByTime(this.calendarView)
|
|
|
|
+ this.queryTeamMember()
|
|
this.updateGannt()
|
|
this.updateGannt()
|
|
this.handleClick()
|
|
this.handleClick()
|
|
},
|
|
},
|