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) {