qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
03550d5521

+ 1 - 1
src/views/workbench/components/searchSection.vue

@@ -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)