From c397090ba2db49db40433d36666540510c5cebb0 Mon Sep 17 00:00:00 2001
From: pengjun <158915633@qq.com>
Date: Mon, 21 Apr 2025 10:33:54 +0800
Subject: [PATCH] report
---
.../report/PatientRegisterListNobtn.vue | 3 +-
.../report/PatientRegisterQueryNobtn.vue | 83 +++++++++++++++----
src/store/index.js | 3 +-
3 files changed, 70 insertions(+), 19 deletions(-)
diff --git a/src/components/report/PatientRegisterListNobtn.vue b/src/components/report/PatientRegisterListNobtn.vue
index 3e88cfa..c3a9668 100644
--- a/src/components/report/PatientRegisterListNobtn.vue
+++ b/src/components/report/PatientRegisterListNobtn.vue
@@ -352,8 +352,9 @@ export default {
if (this.patientRegister.query.isAudit) body.isAudit = this.patientRegister.query.isAudit
if (this.patientRegister.query.isReportPrint) body.isReportPrint = this.patientRegister.query.isReportPrint
if (this.patientRegister.query.isUpload) body.isUpload = this.patientRegister.query.isUpload
- if (this.patientRegister.query.medicalTypeIds) body.medicalTypeIds = this.patientRegister.query.medicalTypeIds
+ if (this.patientRegister.query.medicalTypeIds && this.patientRegister.query.medicalTypeIds.length > 0) body.medicalTypeIds = this.patientRegister.query.medicalTypeIds
if (this.patientRegister.query.personnelTypeId) body.personnelTypeId = this.patientRegister.query.personnelTypeId
+ if (this.patientRegister.query.medicalConclusionId && this.patientRegister.query.medicalConclusionId.length > 0) body.medicalConclusionIds = this.patientRegister.query.medicalConclusionId
//console.log('/api/app/peisreport/getpatientregisterreport',body)
diff --git a/src/components/report/PatientRegisterQueryNobtn.vue b/src/components/report/PatientRegisterQueryNobtn.vue
index fb1feae..ee9e2d9 100644
--- a/src/components/report/PatientRegisterQueryNobtn.vue
+++ b/src/components/report/PatientRegisterQueryNobtn.vue
@@ -59,12 +59,13 @@
检查状态