feat: BUG[Bug]: ele 版本 ApiTreeSelect 无法选择非末级 https://gitee.com/yudaocode/yudao-ui-admin-vben/issues/ICGUVV
在菜单数据配置中添加 checkStrictly 属性,设置为 true,可以选择任何节点数据。pull/192/head
parent
8f8f3481ff
commit
63ce6f5669
|
@ -48,6 +48,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||
} as SystemMenuApi.Menu);
|
||||
return handleTree(data);
|
||||
},
|
||||
checkStrictly: true,
|
||||
labelField: 'name',
|
||||
valueField: 'id',
|
||||
childrenField: 'children',
|
||||
|
|
Loading…
Reference in New Issue