Merge pull request '🥨修复查询执行记录时显示了所有任务的执行记录的问题' (#134) from KaneLeung/Admin.NET.Pro:main into main
Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/134
This commit is contained in:
commit
1d99e122ae
@ -557,7 +557,7 @@ const optionsRecord = useVxeTable<SysJobTriggerRecord>(
|
|||||||
|
|
||||||
// 查询api
|
// 查询api
|
||||||
const handleQueryRecordApi = async (page: VxeGridPropTypes.ProxyAjaxQueryPageParams, sort: VxeGridPropTypes.ProxyAjaxQuerySortCheckedParams) => {
|
const handleQueryRecordApi = async (page: VxeGridPropTypes.ProxyAjaxQueryPageParams, sort: VxeGridPropTypes.ProxyAjaxQuerySortCheckedParams) => {
|
||||||
const params = Object.assign(state.queryParams, { page: page.currentPage, pageSize: page.pageSize, field: sort.field, order: sort.order, descStr: 'desc' }) as PageJobTriggerRecordInput;
|
const params = Object.assign(state.recordPageParam, { page: page.currentPage, pageSize: page.pageSize, field: sort.field, order: sort.order, descStr: 'desc' }) as PageJobTriggerRecordInput;
|
||||||
return getAPI(SysJobApi).apiSysJobPageJobTriggerRecordPost(params);
|
return getAPI(SysJobApi).apiSysJobPageJobTriggerRecordPost(params);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user