From 79a789dc602cee2124661cc1c2ab518ac82f89de Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Tue, 12 Mar 2024 16:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page-subspecialty/views/modules/formList/InformedConsent.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/page-subspecialty/views/modules/formList/InformedConsent.vue b/src/page-subspecialty/views/modules/formList/InformedConsent.vue index 7f2b2b1..dca8435 100644 --- a/src/page-subspecialty/views/modules/formList/InformedConsent.vue +++ b/src/page-subspecialty/views/modules/formList/InformedConsent.vue @@ -423,6 +423,7 @@ export default { }}).then(data => { const detail = data.data.data this.confirmData.eyeType = detail.eyeType + this.confirmData.frequency = detail.frequency const bnzList = detail.bnz && detail.bnz.split('/') || [] const qgyList = detail.qgy && detail.qgy.split('/') || [] const ydbList = detail.ydb && detail.ydb.split('/') || []