diff --git a/src/views/summary/examination/index.vue b/src/views/summary/examination/index.vue index bbaaffb..8394ba3 100644 --- a/src/views/summary/examination/index.vue +++ b/src/views/summary/examination/index.vue @@ -355,12 +355,12 @@ const handlePatientSelect = async (patient) => { }) }else { patientItemsInfo.value = await SummaryApi.groupNameItemsOfMedicalSn(patient.medicalSn) - list.value = patientItemsInfo + list.value = patientItemsInfo.value } if(patientInfo.auditStatus == 0){ analyseFlag.value = true; showNumbers.value = true; // 切换显示序号的状态 - list3.value = patientItemsInfo + list3.value = patientItemsInfo.value } }