服务指令:解决分页时不同页出现重复数据问题
This commit is contained in:
parent
8a246483bc
commit
e269577c3c
|
@ -234,8 +234,8 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
|
|||
fixed: 'right',
|
||||
},
|
||||
beforeFetch: async (params) => {
|
||||
params.column = 'categoryId,typeId,instructionTagId'
|
||||
params.order = 'asc,asc,asc'
|
||||
params.column = 'createTime'
|
||||
params.order = 'desc'
|
||||
let rangerQuery = await setRangeQuery();
|
||||
return Object.assign(params, rangerQuery);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue