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

View File

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