|
@@ -134,7 +134,7 @@ export default {
|
|
|
methods: {
|
|
|
async queryTeamMember() { // 获取团队人员
|
|
|
if (this.workbench === '团队' || this.workbench === '团队忙碌' || this.workbench === '团队空闲') {
|
|
|
- const res = await queryTeamMember({ teamIds: this.searchForm.teamIds, deptCode: this.searchForm.deptCode })
|
|
|
+ const res = await queryTeamMember({ teamIds: this.searchForm.teamIds, deptCodes: this.searchForm.deptCodes })
|
|
|
if (res.code === 200) {
|
|
|
res.data = res.data || []
|
|
|
this.memberList = this.handleMember(res.data)
|