修改bug

This commit is contained in:
张佳炜 2025-03-14 09:35:02 +08:00
parent cf812b12b9
commit 437fec7c4f

View File

@ -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
}
}