差点爆炸
This commit is contained in:
parent
4c7c82e75a
commit
67ff3de75e
@ -68,7 +68,7 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
i18nKey: 'route.dictionary',
|
||||
icon: 'material-symbols:dictionary-outline',
|
||||
order: 14
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'group',
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user