Browse Source

提交一下 旋爷优化

1
mo 4 years ago
parent
commit
93e1692aa8
2 changed files with 10 additions and 10 deletions
  1. 8 8
      src/views/teamDetail/components/studentList.vue
  2. 2 2
      vue.config.js

+ 8 - 8
src/views/teamDetail/components/studentList.vue

@@ -1487,14 +1487,14 @@ export default {
     onSoundChange(value) {
     onSoundChange(value) {
       // 学员声部切换时
       // 学员声部切换时
       // this.findSubjectPlan(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) {
     findSubjectPlan(subjectId) {

+ 2 - 2
vue.config.js

@@ -17,9 +17,9 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // //  https://online.dayaedu.com
 // //  https://online.dayaedu.com
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.139:8000' // 箭河
-let target = 'http://192.168.3.148:8000' //邹璇
+// let target = 'http://192.168.3.148:8000' //邹璇
 // let target = 'http://192.168.3.57:8000' //勇哥
 // let target = 'http://192.168.3.57:8000' //勇哥
-// let target = 'http://dev.dayaedu.com' // 开发环境
+let target = 'http://dev.dayaedu.com' // 开发环境
 // let target = 'https://test.dayaedu.com' //测试环境
 // let target = 'https://test.dayaedu.com' //测试环境
 // let target = 'http://192.168.3.134' // 乔
 // let target = 'http://192.168.3.134' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 // All configuration item explanations can be find in https://cli.vuejs.org/config/