dedsudiyu 1 dag geleden
bovenliggende
commit
1c82c04968

+ 4 - 4
src/views/safetyEducationExaminationNew/courseManagement/courseManagement/studyCourses.vue

@@ -203,10 +203,10 @@
         }
 
         // 判断是否超过 100 个限制
-        if (currentTotalMin + addMinCount > 100) {
-          self.msgError(`最多只能添加 100 个子项!当前已有 ${currentTotalMin} 个,本次尝试添加 ${addMinCount} 个。`);
-          return; // 超过限制,直接终止后续操作
-        }
+        // if (currentTotalMin + addMinCount > 100) {
+        //   self.msgError(`最多只能添加 100 个子项!当前已有 ${currentTotalMin} 个,本次尝试添加 ${addMinCount} 个。`);
+        //   return; // 超过限制,直接终止后续操作
+        // }
 
         // 用于存储最终要显示的提示信息
         let toastMessage = '';