|
@@ -53,6 +53,7 @@ export default {
|
|
this.$set(this, `form`, stu);
|
|
this.$set(this, `form`, stu);
|
|
let list = this.scoreList.filter(f => f.studentid === stu.id);
|
|
let list = this.scoreList.filter(f => f.studentid === stu.id);
|
|
this.show = true;
|
|
this.show = true;
|
|
|
|
+ list = _.orderBy(list, ['date'], ['asc']);
|
|
this.$set(this, `dailyList`, list);
|
|
this.$set(this, `dailyList`, list);
|
|
},
|
|
},
|
|
add() {
|
|
add() {
|