修改bug
This commit is contained in:
parent
cf812b12b9
commit
437fec7c4f
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user