From 0132bf3be86cfd3cc7135c4391ce38a958ac8c5c Mon Sep 17 00:00:00 2001 From: Raod <1130305001@qq.com> Date: Tue, 17 Aug 2021 10:36:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E7=AE=A1=E7=90=86=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=A0=B9=E6=8D=AE=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report-ui/src/views/report/report/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/report-ui/src/views/report/report/index.vue b/report-ui/src/views/report/report/index.vue index df66be99..b396c080 100644 --- a/report-ui/src/views/report/report/index.vue +++ b/report-ui/src/views/report/report/index.vue @@ -59,7 +59,9 @@ export default { buttons: { query: { api: reportList, - permission: "reportManage:query" + permission: "reportManage:query", + sort: 'update_time', + order: 'DESC' }, queryByPrimarykey: { api: reportDetail,