|
@@ -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);
|