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:
parent
a7d79fbc72
commit
aa15a01feb
@ -300,8 +300,8 @@ export default {
|
||||
queryText: undefined,
|
||||
PageNum: 1,
|
||||
pageSize: 10,
|
||||
orderby: 'createTime',
|
||||
sort: 'descending'
|
||||
sort: 'createTime',
|
||||
sortType: 'desc'
|
||||
},
|
||||
// 计划任务列表
|
||||
dataTasks: [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user