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">