lrf402788946 4 年之前
父節點
當前提交
98e9404ba2
共有 1 個文件被更改,包括 1 次插入0 次删除
  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() {