Parcourir la source

bug-5259 排序问题

tianxinyu il y a 9 mois
Parent
commit
2a587d2d0f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,