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