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;