Explorar el Código

Merge branch '02/24resetMain' into test

mo hace 3 años
padre
commit
ae0f633bd0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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));