This commit is contained in:
BianLzhaoMin 2026-02-03 11:21:24 +08:00
parent 4a0103e418
commit b1563b4c5d
1 changed files with 1 additions and 1 deletions

View File

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