eight
2024-10-12 2f0fb1f7bd5a3b2a5c8a6b57e78d18d164591004
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 {