Merge branch 'masterApiTreeSelect'
commit
d7397f28a0
|
@ -48,6 +48,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
||||||
} as SystemMenuApi.Menu);
|
} as SystemMenuApi.Menu);
|
||||||
return handleTree(data);
|
return handleTree(data);
|
||||||
},
|
},
|
||||||
|
checkStrictly: true,
|
||||||
labelField: 'name',
|
labelField: 'name',
|
||||||
valueField: 'id',
|
valueField: 'id',
|
||||||
childrenField: 'children',
|
childrenField: 'children',
|
||||||
|
|
Loading…
Reference in New Issue