This commit is contained in:
28723
2024-07-08 10:05:22 +08:00
parent 796d2fcf63
commit 64cfd47d50
18 changed files with 500 additions and 191 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,