Pre Merge pull request !192 from 痴货/masterApiTreeSelect

pull/192/MERGE
痴货 2025-08-07 13:12:23 +00:00 committed by Gitee
commit fea9f1215b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ export function useFormSchema(): VbenFormSchema[] {
} as SystemMenuApi.Menu);
return handleTree(data);
},
checkStrictly: true,
labelField: 'name',
valueField: 'id',
childrenField: 'children',