This commit is contained in:
parent
4a0103e418
commit
b1563b4c5d
|
|
@ -153,7 +153,7 @@ const actionColumns = [
|
||||||
dialogConfig.outerVisible = true
|
dialogConfig.outerVisible = true
|
||||||
// 2. 使用 nextTick 确保弹框和子组件挂载后再回显数据
|
// 2. 使用 nextTick 确保弹框和子组件挂载后再回显数据
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
const { orgId, orgName, workerName, phone, sex } = row
|
const { orgId, orgName, workerName, phone, sex, birthday } = row
|
||||||
Object.assign(addAndEditForm.value, {
|
Object.assign(addAndEditForm.value, {
|
||||||
orgId: orgId || null,
|
orgId: orgId || null,
|
||||||
orgName: orgName || '',
|
orgName: orgName || '',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue