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

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