diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 7bfb753..0b05711 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -1853,7 +1853,7 @@ export default { } else { return postapi("/api/app/lisrequest/updatelisrequestisprint", { operateType: 1, - patientRegisterId: prId, + patientRegisterId: this.form.id, }); } })