Parcourir la source

提交修改

newStyle
douzhuo il y a 1 an
Parent
révision
434846c971
2 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +2
    -0
      src/views/Statistics/MentoringAbility.vue
  2. +1
    -0
      src/views/Statistics/TheTeamCompared.vue

+ 2
- 0
src/views/Statistics/MentoringAbility.vue Voir le fichier

@@ -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;


+ 1
- 0
src/views/Statistics/TheTeamCompared.vue Voir le fichier

@@ -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;


Chargement…
Annuler
Enregistrer