修改
This commit is contained in:
parent
a9a7384282
commit
d5f735889f
@ -404,7 +404,8 @@ export default {
|
||||
patientPhone: row.patientPhone,
|
||||
sex: row.sex,
|
||||
age: row.birthDate ? getAge(row.birthDate) : '',
|
||||
hospitalAgencyId: row.hospitalAgencyId
|
||||
hospitalAgencyId: row.hospitalAgencyId,
|
||||
hospitalAgencyName: row.hospitalAgencyName
|
||||
},
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user