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

Merge pull request !192 from 痴货/masterApiTreeSelect
This commit is contained in:
xingyu
2025-08-08 05:49:03 +00:00
committed by Gitee

View File

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