!192 feat: BUG[Bug]: ele 版本 ApiTreeSelect 无法选择非末级 https://gitee.com/yudaoco

Merge pull request !192 from 痴货/masterApiTreeSelect
pull/195/head
xingyu 2025-08-08 05:49:03 +00:00 committed by Gitee
commit 6c425b4dbc
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',