src/views/ecg/doctor/index.vue
@@ -39,7 +39,7 @@ const finishNextPatient = async () => { finishFlag.value = true try { patientList.value = await DoctorApi.finishNextPatient(roomBedVO) patientList.value = await DoctorApi.finishReceiveNextPatient(roomBedVO) patientStat.value = await DoctorApi.getPatientStatistic(roomBedVO) getOnstagePatient() } finally {