mo пре 2 година
родитељ
комит
6bff64bd09
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/views/teamBuild/components/teamBaseInfo.vue

+ 2 - 1
src/views/teamBuild/components/teamBaseInfo.vue

@@ -1191,6 +1191,7 @@ export default {
               basicStudentNum: this.topFrom.basicStudentNum,
               paymentUserType: this.topFrom.paymentUserType,
               chargeMode: this.topFrom.chargeMode,
+              gradeType: this.topFrom.gradeType,
             };
             // obj.musicGroupPaymentEntities = [];
             // createTeam
@@ -1573,7 +1574,7 @@ export default {
       this.topFrom.basicStudentNum = res.data.musicGroup.basicStudentNum;
       this.topFrom.paymentUserType = res.data.musicGroup.paymentUserType;
       this.topFrom.chargeMode = res.data.musicGroup.chargeMode;
-
+      this.topFrom.gradeType = res.data.musicGroup.gradeType;
       localStorage.setItem(`${this.teamid}base`, JSON.stringify(this.topFrom));
     },
     changeType(val) {