修改服务指令排序
This commit is contained in:
parent
3665a826ce
commit
5c5c19c8a2
|
|
@ -518,7 +518,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
|
|||
fixed: 'right',
|
||||
},
|
||||
beforeFetch: async (params) => {
|
||||
params.column = 'createTime'
|
||||
params.column = 'id'
|
||||
params.order = 'desc'
|
||||
let rangerQuery = await setRangeQuery();
|
||||
return Object.assign(params, rangerQuery, filterIzEnabled.value == 'enabled' ? { izEnabled: 'Y' } : {});
|
||||
|
|
|
|||
Loading…
Reference in New Issue