From 47489b5b3f40fef4174ebf7626650bc4b36f1402 Mon Sep 17 00:00:00 2001 From: xusd <330628789@qq.com> Date: Sun, 29 Jun 2025 16:52:38 +0800 Subject: [PATCH] fix:调整水印 --- 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