修改服务指令排序

This commit is contained in:
yangjun 2026-02-28 10:44:00 +08:00
parent 3665a826ce
commit 5c5c19c8a2
1 changed files with 1 additions and 1 deletions

View File

@ -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' } : {});