This commit is contained in:
parent
4a0103e418
commit
b1563b4c5d
|
|
@ -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 || '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue