mo 4 년 전
부모
커밋
b445226f1e

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-b484efa8.16262538.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.b1c7e4d2.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-8cd7b2f6.dc5c0ea0.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-b484efa8.b7df23b1.js


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

@@ -1363,6 +1363,7 @@ export default {
       }
       if (this.arrangeForm.courseNum > this.maxMun || this.arrangeForm.courseNum < 1) {
         this.$message.error(`排课数量必须大于1或小于${this.maxMun}`)
+        return
       }
       // 组拼课程信息
       this.$refs["arrangeForm"].validate(res => {
@@ -1373,7 +1374,6 @@ export default {
           let courseType = this.arrangeForm.courseType;
           let teachMode = this.arrangeForm.teachMode;
           this.classCardList = [];
-          return
           this.workOut(date, classCount, weekArr, courseType, teachMode);
         }
       });

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.