qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
4db760749e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/workbench/team/components/ganntViews.vue

+ 2 - 1
src/views/workbench/team/components/ganntViews.vue

@@ -110,7 +110,8 @@ export default {
       const data = {
         teamSearchInfo: {
           bizIds: this.searchForm.bizIds, // 业务线
-          teamIds: this.searchForm.teamIds // 团队id
+          teamIds: this.searchForm.teamIds, // 团队id
+          deptCodes: this.searchForm.deptCodes
         },
         timeInfo: {
           startTime: moment(this.timeSelectVal[0]).format('YYYY.MM.DD'),