From f00c166915b1d458a2e90832507a3ec639ef2c86 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 30 Apr 2024 02:49:29 +0800 Subject: [PATCH] dj --- src/components/patientRegister/PatientLis.vue | 7 ++- .../patientRegister/PatientLisRequest.vue | 44 +++++++++++++++---- .../patientRegister/PatientRegisterEdit.vue | 3 +- .../patientRegisterAsbItem.vue | 6 ++- .../patientRegister/patientRegisterQuery.vue | 4 ++ 5 files changed, 51 insertions(+), 13 deletions(-) diff --git a/src/components/patientRegister/PatientLis.vue b/src/components/patientRegister/PatientLis.vue index 6cd5a06..2939531 100644 --- a/src/components/patientRegister/PatientLis.vue +++ b/src/components/patientRegister/PatientLis.vue @@ -395,9 +395,14 @@ export default { }) //如果 有选中 记录,则刷新其对应的组合项目 - if (this.dataTransOpts.tableS.patient_register.id) { + if(this.tableData.length == 1){ + this.dataTransOpts.tableS.patient_register = deepCopy(this.tableData[0]) this.dataTransOpts.refresh.register_check_asbitem.M++ + this.dataTransOpts.refresh.lis_request.M++ } + // if (this.dataTransOpts.tableS.patient_register.id) { + // this.dataTransOpts.refresh.register_check_asbitem.M++ + // } } }) diff --git a/src/components/patientRegister/PatientLisRequest.vue b/src/components/patientRegister/PatientLisRequest.vue index 4f910ea..dd29b0c 100644 --- a/src/components/patientRegister/PatientLisRequest.vue +++ b/src/components/patientRegister/PatientLisRequest.vue @@ -3,7 +3,7 @@
+ highlight-current-row ref="lis_request" :row-class-name="handleRowClassName">