From aa15a01feb6cf85bb6f9d8576ced689c2a60ba94 Mon Sep 17 00:00:00 2001 From: xbzhu <5430389+xbzhu@user.noreply.gitee.com> Date: Thu, 25 May 2023 03:33:14 +0000 Subject: [PATCH] =?UTF-8?q?update=20ZR.Vue/src/views/monitor/job/index.vue?= =?UTF-8?q?.=20=E6=9F=A5=E8=AF=A2=E5=8F=82=E6=95=B0queryParams=E4=B8=AD?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=AD=97=E6=AE=B5=E5=90=8D=E6=98=AFsort?= =?UTF-8?q?=E5=92=8CsortType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xbzhu <5430389+xbzhu@user.noreply.gitee.com> --- ZR.Vue/src/views/monitor/job/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZR.Vue/src/views/monitor/job/index.vue b/ZR.Vue/src/views/monitor/job/index.vue index f08e1b8..417d14e 100644 --- a/ZR.Vue/src/views/monitor/job/index.vue +++ b/ZR.Vue/src/views/monitor/job/index.vue @@ -300,8 +300,8 @@ export default { queryText: undefined, PageNum: 1, pageSize: 10, - orderby: 'createTime', - sort: 'descending' + sort: 'createTime', + sortType: 'desc' }, // 计划任务列表 dataTasks: [],