update ZR.Vue/src/views/monitor/job/index.vue.

查询参数queryParams中排序字段名是sort和sortType

Signed-off-by: xbzhu <5430389+xbzhu@user.noreply.gitee.com>
This commit is contained in:
xbzhu 2023-05-25 03:33:14 +00:00 committed by Gitee
parent a7d79fbc72
commit aa15a01feb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -300,8 +300,8 @@ export default {
queryText: undefined, queryText: undefined,
PageNum: 1, PageNum: 1,
pageSize: 10, pageSize: 10,
orderby: 'createTime', sort: 'createTime',
sort: 'descending' sortType: 'desc'
}, },
// //
dataTasks: [], dataTasks: [],