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 || '',