diff --git a/components/Select/Personnel/Gwj/index.d.ts b/components/Select/Personnel/Gwj/index.d.ts index e7b5d93..a5f8294 100644 --- a/components/Select/Personnel/Gwj/index.d.ts +++ b/components/Select/Personnel/Gwj/index.d.ts @@ -13,6 +13,16 @@ export interface Params { departmentId?: string; } +/** + * 额外请求参数 + */ +export interface ExtraParams { + /** 返回值是否存在主账号 */ + noMain: 1 | ""; + /** 入职状态 */ + eqEmploymentFlag: number; +} + /** * 组件属性 */ @@ -27,8 +37,8 @@ export interface PersonnelSelectProps extends Omit { getData(); - }, [JSON.stringify(params), isNeedCorpInfoId, isNeedDepartmentId, isNeedPostId, noMain]); + }, [JSON.stringify(params), isNeedCorpInfoId, isNeedDepartmentId, isNeedPostId, JSON.stringify(extraParams)]); return (