瀏覽代碼

queryTeamMember

qinzhipeng_v@didiglobal.com 4 年之前
父節點
當前提交
03550d5521
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/workbench/components/searchSection.vue

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