From 434846c97197311eaf36eb6bfee8149d26ad9291 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 9 Feb 2023 14:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Statistics/MentoringAbility.vue | 2 ++ src/views/Statistics/TheTeamCompared.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/src/views/Statistics/MentoringAbility.vue b/src/views/Statistics/MentoringAbility.vue index 6f09519..5afd240 100644 --- a/src/views/Statistics/MentoringAbility.vue +++ b/src/views/Statistics/MentoringAbility.vue @@ -575,6 +575,7 @@ export default { statDateEnd: this.statDateEnd, accountId: this.consultantlistid, dateType: this.TimetoAhoose == 7 ? null : this.TimetoAhoose, + marketingBusiness: this.marketingBusiness.join(','), }; exportMethodPost( "autoSR/cusStageStatistics/prohibitedStatisticsExport", @@ -746,6 +747,7 @@ export default { userB: this.Pklistid, type: 3, marketingId: this.teamAllLevelid, + marketingBusiness: this.marketingBusiness.join(','), }; if (this.TimetoAhoose == 7) { pamaet.dateType = null; diff --git a/src/views/Statistics/TheTeamCompared.vue b/src/views/Statistics/TheTeamCompared.vue index fd7878d..a6298ed 100644 --- a/src/views/Statistics/TheTeamCompared.vue +++ b/src/views/Statistics/TheTeamCompared.vue @@ -779,6 +779,7 @@ export default { dateType: 0, statDateStart: this.statDateStart, statDateEnd: this.statDateEnd, + marketingBusiness: this.marketingBusiness.join(','), }; if (this.TimetoAhoose == 7) { pamaet.dateType = null;