From 85346031cf4c60e1f88ef33d0cfab2500e409577 Mon Sep 17 00:00:00 2001 From: luobinjie Date: Thu, 25 Dec 2025 09:19:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E6=A3=80=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/report/PatientRegisterListNobtn.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/report/PatientRegisterListNobtn.vue b/src/components/report/PatientRegisterListNobtn.vue index 605a25b..d64a648 100644 --- a/src/components/report/PatientRegisterListNobtn.vue +++ b/src/components/report/PatientRegisterListNobtn.vue @@ -492,7 +492,7 @@ export default { //console.log('/api/app/peisreport/getpatientregisterreport',body) // 带收费信息 /api/app/PeisReport/GetPatientRegisterReportWithCharge // 不带收费信息 /api/app/patientregister/getlistinfilter - postapi('/api/app/patientregister/getlistinfilter', body).then(res => { + postapi('/api/app/peisreport/getpatientregisterreport', body).then(res => { if (res.code > -1) { if (this.patientRegister.query.isSeries == 'Y' && this.patientRegister.query.patientRegisterNo) {