From 816bb2d0718b37a207a31167ae81ae3704b7cece Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Tue, 4 Nov 2025 09:21:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96LeftTree=E3=80=81SelectTree?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/LeftTree/Department/Gwj/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/LeftTree/Department/Gwj/index.d.ts b/components/LeftTree/Department/Gwj/index.d.ts index 88f9605..6ef64b9 100644 --- a/components/LeftTree/Department/Gwj/index.d.ts +++ b/components/LeftTree/Department/Gwj/index.d.ts @@ -3,7 +3,7 @@ import type { BasicLeftTreeProps } from "../../Basic"; export interface Params { /** 企业id */ - eqCorpInfoId?: string; + eqCorpinfoId?: string; /** 父级部门id */ eqParentId?: string; [key: string]: any;