优化BasicSelectTree
parent
2b5e1bb6b8
commit
b650210385
|
|
@ -11,6 +11,7 @@ function BasicSelectTree(props) {
|
|||
nameKey = "name",
|
||||
idKey = "id",
|
||||
childrenKey = "childrenList",
|
||||
formValues,
|
||||
...restProps
|
||||
} = props;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue