From 9a350f0559cb3c4d8e8a6b2d812858363bacc181 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Tue, 31 Mar 2026 14:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96PersonnelSelect=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Select/Personnel/Gwj/index.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Select/Personnel/Gwj/index.d.ts b/src/components/Select/Personnel/Gwj/index.d.ts index 65f831e..e8c5fb8 100644 --- a/src/components/Select/Personnel/Gwj/index.d.ts +++ b/src/components/Select/Personnel/Gwj/index.d.ts @@ -23,6 +23,9 @@ export interface ExtraParams { eqEmploymentFlag?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 10; /** 是否流动人员 1-流动,0-固定人员 */ flowFlag?: 1 | 0; + /** 是否在人资系统中存在 1-是,0-否 */ + rzFlag?: 1 | 0; + [key: string]: any; } /**