fix: [ele] 树形控件展开和选择属性配置问题
This commit is contained in:
@@ -58,7 +58,8 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||
return name.includes(input) || $t(name).includes(input);
|
||||
},
|
||||
showSearch: true,
|
||||
treeDefaultExpandedKeys: [0],
|
||||
defaultExpandedKeys: [0],
|
||||
checkStrictly: true,
|
||||
},
|
||||
rules: 'selectRequired',
|
||||
renderComponentContent() {
|
||||
|
||||
Reference in New Issue
Block a user