Explorar el Código

Merge branch 'master' into dev

# Conflicts:
#	report-ui/src/views/login.vue
Raod hace 4 años
padre
commit
0c8328745c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      report-ui/src/views/report/report/index.vue

+ 3 - 1
report-ui/src/views/report/report/index.vue

@@ -59,7 +59,9 @@ export default {
         buttons: {
         buttons: {
           query: {
           query: {
             api: reportList,
             api: reportList,
-            permission: "reportManage:query"
+            permission: "reportManage:query",
+            sort: 'update_time',
+            order: 'DESC'
           },
           },
           queryByPrimarykey: {
           queryByPrimarykey: {
             api: reportDetail,
             api: reportDetail,