From 896b39475224864e562da58546559d12649893b1 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Tue, 23 Jun 2026 16:33:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(SelectTree):=20=E5=85=81=E8=AE=B8=20Gwj=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9A=84=E9=A2=9D=E5=A4=96=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在类型定义中添加索引签名支持任意属性 - 增强了 EnterpriseType 属性的灵活性 - 解决类型限制带来的扩展困难问题 --- 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; } /**