fix: bug修改
This commit is contained in:
@@ -14,6 +14,7 @@ export const treeProps = {
|
||||
type: [String, Object, Function] as PropType<string | Function | AxiosRequestConfig>,
|
||||
default: undefined,
|
||||
},
|
||||
treeData: PropTypes.array.def([]),
|
||||
params: PropTypes.object.def(() => ({})),
|
||||
dynamicParams: PropTypes.oneOfType([
|
||||
PropTypes.string,
|
||||
|
Reference in New Issue
Block a user