差点爆炸

This commit is contained in:
Cain 2025-03-12 17:35:48 +08:00
parent 4c7c82e75a
commit 67ff3de75e
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ export const generatedRoutes: GeneratedRoute[] = [
i18nKey: 'route.dictionary',
icon: 'material-symbols:dictionary-outline',
order: 14
},
}
},
{
name: 'group',

View File

@ -16,7 +16,7 @@ export function useCategoryTable<T extends Api.Category.RowData[]>(apiFn: Catego
const rowKey = (row: Api.Category.RowData) => row.id
const getData = async () => { // 无参
const getData = async () => {
loading.value = true;
try {
const { data } = await apiFn(params.value);