Browse Source

05/14 基础技能班

1
mo 5 years ago
parent
commit
c00ac465b8

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-6d39fa28.ee470d15.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.4ec975b6.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-67c2b679.519ccb17.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6d39fa28.7dd3f825.js


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

@@ -817,7 +817,7 @@ export default {
           obj.name = this.newClassForm.className;
           obj.type = this.newClassForm.type;
           obj.groupType = 'MUSIC'
-          obj.subjectIdList = this.newClassForm.subjectIdList.join(',')
+          obj.subjectIdList = this.newClassForm.subjectIdList.length > 0 ? this.newClassForm.subjectIdList.join(',') : null
           obj.expectStudentNum = this.newClassForm.expectStudentNum;
           obj.teacherMapperList = [];
           obj.teacherMapperList.push({ userId: this.newClassForm.bishop, teacherRole: 'BISHOP' })
@@ -851,7 +851,6 @@ export default {
             }
           });
           this.getNoClassStudent(this.activeType);
-
         }
       });
     },

Some files were not shown because too many files changed in this diff