diff --git a/src/components/SelectTree/Department/Gwj/index.d.ts b/src/components/SelectTree/Department/Gwj/index.d.ts index 79a06e2..2cfd046 100644 --- a/src/components/SelectTree/Department/Gwj/index.d.ts +++ b/src/components/SelectTree/Department/Gwj/index.d.ts @@ -30,6 +30,7 @@ export interface Params { inType?: InType[]; /** 企业类型 1-监管 2-企业 3-相关方 */ enterpriseType?: EnterpriseType | EnterpriseType[]; + [key: string]: any; } /**