|
@@ -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));
|