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('/') || []