浏览代码

提交一下

1
mo 3 年之前
父节点
当前提交
b1dcec9282
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/views/resetTeaming/components/archicesComponents/trainPlan.vue

+ 5 - 5
src/views/resetTeaming/components/archicesComponents/trainPlan.vue

@@ -355,11 +355,11 @@ export default {
         // 判断 是规划多 还是课多
         let classDates = res2.data.classDates;
         let musicGroupTrainPlans = res2.data.musicGroupTrainPlans;
-        if (classDates.length < 1) {
-          this.$message.error("当前学期该班级暂无此类型课程");
-          this.planList = [];
-          return;
-        }
+        // if (classDates.length < 1) {
+        //   this.$message.error("当前学期该班级暂无此类型课程");
+        //   this.planList = [];
+        //   return;
+        // }
 
         if (classDates.length >= musicGroupTrainPlans.length) {
           this.planList = res2.data.classDates.map((time, index) => {