diff --git a/src/components/patientRegister/PatientRegisterEdit.vue b/src/components/patientRegister/PatientRegisterEdit.vue index 282fc9e..e012ef2 100644 --- a/src/components/patientRegister/PatientRegisterEdit.vue +++ b/src/components/patientRegister/PatientRegisterEdit.vue @@ -3921,8 +3921,7 @@ export default { handler(newVal, oldVal) { // console.log('从体检人员登记列表 点登记,触发', newVal, oldVal) if (newVal != oldVal) { - this.preCustomerOrgId = this.refQueryCondition.customerOrgId - // console.log('this.preCustomerOrgId', this.preCustomerOrgId) + if(this?.refQueryCondition?.customerOrgId) this.preCustomerOrgId = this.refQueryCondition.customerOrgId } } }, diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue index a976065..9db896d 100644 --- a/src/views/doctorCheck/doctorCheck.vue +++ b/src/views/doctorCheck/doctorCheck.vue @@ -152,7 +152,7 @@
AI诊断内容:
AI诊断内容: