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
diff --git a/src/components/report/PatientRegisterListNobtn.vue b/src/components/report/PatientRegisterListNobtn.vue
index a52c237..bbe5bdd 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) {