diff --git a/src/views/Statistics/ConsultantBrand.vue b/src/views/Statistics/ConsultantBrand.vue index f49d52c..ede75e9 100644 --- a/src/views/Statistics/ConsultantBrand.vue +++ b/src/views/Statistics/ConsultantBrand.vue @@ -1076,6 +1076,7 @@ export default { type: 1, current: 1, size: 1, + marketingBusiness: this.marketingBusiness.join(","), }; // exportMethodPost() exportMethodPost( @@ -1145,6 +1146,7 @@ export default { dateType: 0, statDateStart: this.statDateStart, statDateEnd: this.statDateEnd, + marketingBusiness: this.marketingBusiness.join(","), }; if (this.dateType == 7) { pamaet.dateType = null; @@ -1216,6 +1218,7 @@ export default { type, marketingId, words, + marketingBusiness: this.marketingBusiness.join(","), }); this["sum" + type] = res.data.sum || 0; this["num" + type] = res.data.num || 0; @@ -1288,6 +1291,7 @@ export default { size: this.size, deptId: this.deptId, dateType: this.dateType == 7 ? null : this.dateType, + marketingBusiness: this.marketingBusiness.join(","), }) .then((res) => { this.tableData = res.data.records; diff --git a/src/views/Statistics/TheTeamCompared.vue b/src/views/Statistics/TheTeamCompared.vue index 9b864c6..fd7878d 100644 --- a/src/views/Statistics/TheTeamCompared.vue +++ b/src/views/Statistics/TheTeamCompared.vue @@ -828,6 +828,7 @@ export default { dateType: 0, statDateStart: this.statDateStart, statDateEnd: this.statDateEnd, + marketingBusiness: this.marketingBusiness.join(','), }; if (this.TimetoAhoose == 7) { pamaet.dateType = null; @@ -871,6 +872,8 @@ export default { dateType: 0, statDateStart: this.statDateStart, statDateEnd: this.statDateEnd, + marketingBusiness: this.marketingBusiness.join(','), + }; if (this.TimetoAhoose == 7) { @@ -899,6 +902,8 @@ export default { statDateStart: this.statDateStart, statDateEnd: this.statDateEnd, type: 1, + marketingBusiness: this.marketingBusiness.join(','), + }; if (this.TimetoAhoose == 7) { pamaet.dateType = null; @@ -934,6 +939,8 @@ export default { statDateStart: this.statDateStart, statDateEnd: this.statDateEnd, type: 2, + marketingBusiness: this.marketingBusiness.join(','), + }; if (this.TimetoAhoose == 7) { pamaet.dateType = null; @@ -974,6 +981,8 @@ export default { statDateEnd: this.statDateEnd, type: 3, marketingId: this.teamAllLevelid, + marketingBusiness: this.marketingBusiness.join(','), + }; if (this.TimetoAhoose == 7) { pamaet.dateType = null; @@ -1004,6 +1013,8 @@ export default { statDateStart: this.statDateStart, statDateEnd: this.statDateEnd, type: 4, + marketingBusiness: this.marketingBusiness.join(','), + }; if (this.TimetoAhoose == 7) { pamaet.dateType = null; @@ -1052,6 +1063,8 @@ export default { statDateStart: this.statDateStart, statDateEnd: this.statDateEnd, type: 6, + marketingBusiness: this.marketingBusiness.join(','), + }; if (this.TimetoAhoose == 7) { pamaet.dateType = null; @@ -1238,6 +1251,8 @@ export default { statDateEnd: this.statDateEnd, type: 5, words: this.teamAllLeve2id, + marketingBusiness: this.marketingBusiness.join(','), + }; if (this.TimetoAhoose == 7) { pamaet.dateType = null;