From b1563b4c5d9ae163f3c2eb888bc3bf426bba8983 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 3 Feb 2026 11:21:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basicManage/personManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/basicManage/personManage/index.vue b/src/views/basicManage/personManage/index.vue index 5ed0e7a..736a5b5 100644 --- a/src/views/basicManage/personManage/index.vue +++ b/src/views/basicManage/personManage/index.vue @@ -153,7 +153,7 @@ const actionColumns = [ dialogConfig.outerVisible = true // 2. 使用 nextTick 确保弹框和子组件挂载后再回显数据 nextTick(() => { - const { orgId, orgName, workerName, phone, sex } = row + const { orgId, orgName, workerName, phone, sex, birthday } = row Object.assign(addAndEditForm.value, { orgId: orgId || null, orgName: orgName || '',