From 85346031cf4c60e1f88ef33d0cfab2500e409577 Mon Sep 17 00:00:00 2001 From: luobinjie Date: Thu, 25 Dec 2025 09:19:46 +0800 Subject: [PATCH 1/2] =?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) { From d123e2f773b181eb672676815c40746101b9d461 Mon Sep 17 00:00:00 2001 From: luobinjie Date: Thu, 25 Dec 2025 10:37:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E5=8F=B7=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/patientRegister/patientRegisterQuery.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/patientRegister/patientRegisterQuery.vue b/src/components/patientRegister/patientRegisterQuery.vue index e02c5a2..048f738 100644 --- a/src/components/patientRegister/patientRegisterQuery.vue +++ b/src/components/patientRegister/patientRegisterQuery.vue @@ -29,7 +29,7 @@
档案号 + style="width: 80px" @input="changeValue" />
姓名 @@ -201,7 +201,9 @@ export default { this.patientRegister.query.isRecoverGuide = null }, - + changeValue (e) { + this.$forceUpdate() + }, init(customerOrgId) { if (!customerOrgId || customerOrgId == this.dict.personOrgId) { this.patientRegister.query.customerOrgRegister = null