From e99619bef2a2732df36b4922251b4db4d7f88bb8 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 27 Jan 2026 17:53:37 +0800 Subject: [PATCH] seo --- .../doctorCheck/PatientRegisterBase2.vue | 8 ++++--- src/views/doctorCheck/sumDoctorCheck.vue | 23 +++++++++++++++---- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/src/components/doctorCheck/PatientRegisterBase2.vue b/src/components/doctorCheck/PatientRegisterBase2.vue index 4ac2324..4be52e3 100644 --- a/src/components/doctorCheck/PatientRegisterBase2.vue +++ b/src/components/doctorCheck/PatientRegisterBase2.vue @@ -470,12 +470,14 @@ export default { // }, // 强制刷新人员登记信息 - "dataTransOpts.refresh.patient_register.S": { + "refParams.brushQueryDisp": { // immediate:true, handler(newVal, oldVal) { - console.log(`watch 组合项目列表 newVal: ${newVal} oldVal: ${oldVal} patient_register.id: ${this.prBase.patientRegisterNo}`); - this.getPatientRegister(this.prBase.patientRegisterNo) + console.log(`watch 组合项目列表 newVal: ${newVal} oldVal: ${oldVal} patientRegisterId: ${this.refParams.id}`); + if(newVal && newVal != oldVal){ + // this.getPatientRegister(this.prBase.patientRegisterNo) // this.dataTransOpts.refresh.register_check.M++ + } } }, diff --git a/src/views/doctorCheck/sumDoctorCheck.vue b/src/views/doctorCheck/sumDoctorCheck.vue index 588eab3..b65c3dd 100644 --- a/src/views/doctorCheck/sumDoctorCheck.vue +++ b/src/views/doctorCheck/sumDoctorCheck.vue @@ -492,7 +492,7 @@