From d5f735889f7acc7fb8b5c98f13bb0f15f7f2cfd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 19 Mar 2024 15:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/unitconfig/patientConfiguration/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/unitconfig/patientConfiguration/index.vue b/src/views/unitconfig/patientConfiguration/index.vue index f4fe2a4..4b9b650 100644 --- a/src/views/unitconfig/patientConfiguration/index.vue +++ b/src/views/unitconfig/patientConfiguration/index.vue @@ -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 }, }); },