From b4725b231cfe2a710288e8bd0b1b9d990989f90c Mon Sep 17 00:00:00 2001
From: xusd <330628789@qq.com>
Date: Tue, 24 Jun 2025 17:30:20 +0800
Subject: [PATCH] Merge branch 'feature/gzdyh_city_bugfix' of http://120.79.193.119:9090/r/gzdyh/front into feature/gzdyh_city_bugfix

---
 src/components/SelectObjModal/selectPerson.jsx |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/SelectObjModal/selectPerson.jsx b/src/components/SelectObjModal/selectPerson.jsx
index 9df0ac6..77605d5 100644
--- a/src/components/SelectObjModal/selectPerson.jsx
+++ b/src/components/SelectObjModal/selectPerson.jsx
@@ -19,6 +19,7 @@
 const txtMap = {
   supUnit: '组织',
   dept: '部门',
+  dept_union: '部门',
   person: '人',
   unit: '组织'
 }
@@ -30,6 +31,9 @@
     case 'dept':
       url = `ctUnit/unitChoose`
       break;
+    case 'dept_union':
+      url = `ctUnit/unitChoose4Union`
+      break;
     case 'person':
       url = 'ctUser/userChoose'
       break

--
Gitblit v1.8.0