mo 3 tahun lalu
induk
melakukan
cf6993487a
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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;
         }
       });