From fbe9a73168f94eb3f9c762e02cb574f9ae8fc671 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Thu, 9 May 2024 08:01:04 +0800 Subject: [PATCH] dj seo --- src/components/patientRegister/PatientRegisterEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }); } })