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 }