eight
2024-10-23 98e45a4a327e41d84e4e3e5272e158acaff45c61
src/views/ecg/doctor/components/QueuePanel.vue
@@ -34,12 +34,12 @@
  }
  let data = ""
  if (item.status === 5)
  if (item.status === 5) // 常规、领用 过号
    data = await DoctorApi.recallPatient(patientVO);
  else if (item.status === 7)
    data = await DoctorApi.recallInstallPatient(patientVO);
  emit("event_RecallFinish")
  emit("event_RecallFinish") // 装机 过号
  message.info(data)
}