mo %!s(int64=3) %!d(string=hai) anos
pai
achega
cf6993487a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/teamDetail/componentCourse/addCompound.vue

+ 2 - 2
src/views/teamDetail/componentCourse/addCompound.vue

@@ -264,12 +264,12 @@ export default {
         }
         if (course.newCourseId > 0 || course.beMerged) {
           this.$message.error("已经合并课程不能调整");
-          isFlage = true;
+
           return;
         }
         if (course.isLock) {
           this.$message.error("已锁定的课程不能调整");
-          isFlage = true;
+
           return;
         }
       });