|
@@ -149,6 +149,7 @@ export default {
|
|
})
|
|
})
|
|
.flat();
|
|
.flat();
|
|
// arr = arr.filter(f => f.subid === this.teacher.subid);
|
|
// arr = arr.filter(f => f.subid === this.teacher.subid);
|
|
|
|
+ arr = arr.filter(f => f.day);
|
|
arr = _.orderBy(arr, ['day'], ['asc']);
|
|
arr = _.orderBy(arr, ['day'], ['asc']);
|
|
this.$set(this, `list`, arr);
|
|
this.$set(this, `list`, arr);
|
|
this.searchApply();
|
|
this.searchApply();
|