浏览代码

合奏班修复

Xiao_Mo 5 年之前
父节点
当前提交
8460fdec6c
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 3 1
      src/views/teamBuild/teamSeting/components/setClassV2.vue
  2. 2 2
      vue.config.js

+ 3 - 1
src/views/teamBuild/teamSeting/components/setClassV2.vue

@@ -990,7 +990,9 @@ export default {
       let subjectIdList;
       if (this.newClassForm.type == 'HIGH_ONLINE') {
         subjectIdList = this.newClassForm.subjectIdList
-      } else {
+      } else if(this.newClassForm.type == 'MIX'){
+        subjectIdList = null;
+      }else {
         subjectIdList = this.newClassForm.subjectIdList.length > 0 ? this.newClassForm.subjectIdList.join(',') : null
       }
       obj.subjectIdList = subjectIdList;

+ 2 - 2
vue.config.js

@@ -20,8 +20,8 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'http://testadm.dayaedu.com/' //test环境
 // let target = 'http://192.168.3.27:8000' // 箭河
 // let target = 'http://192.168.3.28:8000' //邹璇
-let target = 'http://192.168.3.8:8000' //勇哥
-// let target = 'http://admin.dayaedu.com' // 测试服
+// let target = 'http://192.168.3.8:8000' //勇哥
+let target = 'http://admin.dayaedu.com' // 测试服
 // let target = 'http://192.168.3.48:8080' // 乔
 // let target = 'http://195s22s709.imwork.net/' // 邹璇家
 // All configuration item explanations can be find in https://cli.vuejs.org/config/