浏览代码

bug-5259 排序问题

tianxinyu 9 月之前
父节点
当前提交
2a587d2d0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/platform/examination/exam/list.vue

+ 1 - 1
src/views/platform/examination/exam/list.vue

@@ -157,7 +157,7 @@ export default {
         page: 1,
         limit: 20
       },
-      sorts: {},
+      sorts: {'CREATE_TIME_':'DESC'},
       showEditDialog: false,
       showDetailDialog: false,
       showJudgeDialog: false,