From 563b20206bed72b4a9b98c80778da1a8f003361f Mon Sep 17 00:00:00 2001 From: Cool7Smile <331636030@qq.com> Date: Fri, 13 Jun 2025 07:51:43 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=9A=E7=9F=A5=E5=85=AC?= =?UTF-8?q?=E5=91=8A=E8=A1=A8=E5=8D=95=20=E9=80=89=E6=8B=A9=E5=91=98?= =?UTF-8?q?=E5=B7=A5=E9=83=A8=E9=97=A8=E5=90=8D=E7=A7=B0=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cool7Smile <331636030@qq.com> --- .../components/notice-form-visible-transfer-employee.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/smart-admin-web-javascript/src/views/business/oa/notice/components/notice-form-visible-transfer-employee.vue b/smart-admin-web-javascript/src/views/business/oa/notice/components/notice-form-visible-transfer-employee.vue index 7b6b7d38..fc699c1a 100644 --- a/smart-admin-web-javascript/src/views/business/oa/notice/components/notice-form-visible-transfer-employee.vue +++ b/smart-admin-web-javascript/src/views/business/oa/notice/components/notice-form-visible-transfer-employee.vue @@ -79,7 +79,7 @@ smartSentry.captureError(err); } } - +buildDepartmentEmployeeTree // 递归构建部门员工树 function buildDepartmentEmployeeTree(departmentTree, employeeList) { for (const department of departmentTree) { @@ -88,6 +88,7 @@ } department.id = department.departmentId; + department.name = department.departmentName; department.key = 'department_' + department.departmentId; department.dataType = NOTICE_VISIBLE_RANGE_DATA_TYPE_ENUM.DEPARTMENT.value; let employeeChildren = employeeList