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