From 82adbc3b436c49449850be6b7d9193ee7f882061 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Tue, 11 Jul 2023 11:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=94=9F=E7=AD=BE=E5=90=8D=E5=B8=A6?= =?UTF-8?q?=E5=85=A5=E9=97=AE=E9=A2=98=E8=A7=A3=E5=86=B3?= 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 51691ae..38dc03a 100644 --- a/src/page-subspecialty/views/modules/formList/InformedConsent.vue +++ b/src/page-subspecialty/views/modules/formList/InformedConsent.vue @@ -421,6 +421,7 @@ export default { this.confirmData.patientName = detail.patientName this.confirmData.patientAge = detail.patientAge this.confirmData.patientGender = detail.patientGender + this.confirmData.operationSign = detail.operationSign this.confirmData.operationDate = detail.operationDate this.confirmData.patientDate = detail.patientDate }