Browse Source

医生签名带入问题解决

360view
bianyaqi 2 years ago
parent
commit
82adbc3b43
  1. 1
      src/page-subspecialty/views/modules/formList/InformedConsent.vue

1
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
}

Loading…
Cancel
Save