소스 검색

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,