|
@@ -1487,14 +1487,14 @@ export default {
|
|
|
onSoundChange(value) {
|
|
|
// 学员声部切换时
|
|
|
// this.findSubjectPlan(value)
|
|
|
- this.ACCESSORIESLIST = [];
|
|
|
- this.maskForm.instrGoodsIdList = [];
|
|
|
- this.maskForm.instrPrice = null;
|
|
|
- this.INSTRUMENTLIST = [];
|
|
|
- this.maskForm.musicPrice = null;
|
|
|
- this.maskForm.musicGoodsIdList = null;
|
|
|
- this.getGoodsList(value, "INSTRUMENT"); // 乐器
|
|
|
- this.getGoodsList(value, "ACCESSORIES"); // 辅件
|
|
|
+ // this.ACCESSORIESLIST = [];
|
|
|
+ // this.maskForm.instrGoodsIdList = [];
|
|
|
+ // this.maskForm.instrPrice = null;
|
|
|
+ // this.INSTRUMENTLIST = [];
|
|
|
+ // this.maskForm.musicPrice = null;
|
|
|
+ // this.maskForm.musicGoodsIdList = null;
|
|
|
+ // this.getGoodsList(value, "INSTRUMENT"); // 乐器
|
|
|
+ // this.getGoodsList(value, "ACCESSORIES"); // 辅件
|
|
|
},
|
|
|
// 获取购买方式
|
|
|
findSubjectPlan(subjectId) {
|