From 4aac4abcbef30b864763600d8847c2fa59e4214c Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Tue, 18 Aug 2026 16:30:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(SelectTree):=20=E4=BF=AE=E5=A4=8DDepartment?= =?UTF-8?q?=20Gwj=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89=E9=81=97=E6=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在Department Gwj的类型定义中添加了[key: string]: any属性 - 保证对象可支持额外动态字段 - 提升类型定义的灵活性和兼容性 --- src/components/SelectTree/Department/Gwj/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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; } /**