lrf402788946 4 years ago
parent
commit
98e9404ba2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/class/newClass/daily.vue

+ 1 - 0
src/views/class/newClass/daily.vue

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