lrf402788946 4 years ago
parent
commit
4a5d15ee85
1 changed files with 2 additions and 0 deletions
  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);