diff --git a/src/components/report/BtnReport.vue b/src/components/report/BtnReport.vue index 6977645..1edafcd 100644 --- a/src/components/report/BtnReport.vue +++ b/src/components/report/BtnReport.vue @@ -154,7 +154,7 @@ export default { console.log('btnUpReport success', JSON.parse(res)) } } else { - patientRegisterId = e.patientRegisterId + let patientRegisterId = e.patientRegisterId let res2 = await postapi('/api/app/TransToWebPeis/TransPatientRegisterByPatientRegisterId', { patientRegisterId }) if (res2.code == -1) { console.log('TransToWebPeis err', res2)