From 437fec7c4f723c397112baa747bf1baaa4cdc598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BD=B3=E7=82=9C?= <1503983799@qq.com> Date: Fri, 14 Mar 2025 09:35:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/summary/examination/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } }