|
@@ -251,6 +251,7 @@ export default {
|
|
|
// 判断条件
|
|
|
if (!this.checkCourseTimer()) {
|
|
|
this.$message.error("请选择相同的课程时长");
|
|
|
+ return
|
|
|
}
|
|
|
let isclassGroup;
|
|
|
let isNotStart = false;
|
|
@@ -272,6 +273,7 @@ export default {
|
|
|
this.$message.error("请选择相同的课程组");
|
|
|
return;
|
|
|
}
|
|
|
+
|
|
|
this.idList = idList;
|
|
|
// 开始选择课程
|
|
|
this.resetCourseVisible = true;
|