|
@@ -139,9 +139,9 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- // let newOder = _.orderBy(newData, ['startdate'], ['asc']);
|
|
|
- // this.$set(this, `list`, newOder);
|
|
|
- this.$set(this, `list`, newData);
|
|
|
+ let newOder = _.orderBy(newData, ['startdate'], ['asc']);
|
|
|
+ this.$set(this, `list`, newOder);
|
|
|
+ // this.$set(this, `list`, newData);
|
|
|
},
|
|
|
// 筛选教师
|
|
|
dirData(id, row) {
|