From cb104a3b7e701eb98b9912eb6eadc09249be8a70 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Thu, 18 Dec 2025 16:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96PersonnelSelect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Select/Personnel/Gwj/index.d.ts | 14 ++++++++++++-- components/Select/Personnel/Gwj/index.js | 9 ++++++--- 2 files changed, 18 insertions(+), 5 deletions(-) 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 (