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) {