eight
2024-09-19 396fa3839bc63329feab4e2d143a64e944dd106d
src/views/ecg/doctor/index.vue
@@ -58,6 +58,10 @@
  }
}
const callAgain = async () => {
  await DoctorApi.callAgainPatient(roomBedVO)
}
const getOnstagePatient = () => {
  const tempPatient : QueueVO | undefined = patientList.value.find(item => item.status === 30)
  if (undefined === tempPatient) {
@@ -146,10 +150,6 @@
const devInstallPanelRef = ref()
const setOnStagePatient = (tempPatient: QueueVO | undefined) => {
  devInstallPanelRef.value.setPatient(tempPatient)
}
const callAgain = () => {
}
</script>