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