fix: bug修改

This commit is contained in:
xuziqiang
2024-07-05 17:26:31 +08:00
parent b2a200486f
commit 40d93e74aa
8 changed files with 104 additions and 96 deletions

View File

@@ -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,