mo 3 rokov pred
rodič
commit
0bba406599
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      src/views/buildVip/index.vue

+ 2 - 0
src/views/buildVip/index.vue

@@ -883,6 +883,7 @@ export default {
         this.activeList = sotrage.activeList;
         this.studentLimit = sotrage.studentLimit;
         this.teacherList = sotrage.teacherList
+        this.isMusicTheory = sotrage.isMusicTheory
       });
     }
     this.init();
@@ -908,6 +909,7 @@ export default {
       studentList: this.studentList,
       activeList: this.activeList,
       studentLimit: this.studentLimit,
+      isMusicTheory:this.isMusicTheory
       // computationalBtn:this.computationalBtn,
     };
     localStorage.setItem(`newVip`, JSON.stringify(obj));