修复DictionarySelect
parent
bc0438ea99
commit
2760402b37
|
|
@ -31,7 +31,7 @@ function DictionarySelect(props) {
|
||||||
}, [dictValue]);
|
}, [dictValue]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<BasicSelect treeData={data} nameKey={nameKey} idKey={idKey} {...restProps} />
|
<BasicSelect data={data} nameKey={nameKey} idKey={idKey} {...restProps} />
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue