lrf402788946 4 年之前
父節點
當前提交
4a5d15ee85
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/new-plan/arrange/school-arrange.vue

+ 2 - 0
src/views/new-plan/arrange/school-arrange.vue

@@ -445,6 +445,8 @@ export default {
           b.classtype = _.get(_.head(b.class), 'type');
           return b;
         });
+        i.batchnum = _.orderBy(i.batchnum, ['start'], ['asc']);
+        if (i.term == '360') console.log(i.batchnum);
         return i; //bpt:该批次总人数 ,remaining:剩余人数
       });
       this.$set(this, `termList`, res);