eight
2024-10-15 9ae3fa318f8e17c2f20dcf000879f7cad99ee5ae
just comment
已修改1个文件
4 ■■■■ 文件已修改
src/views/ecg/doctor/components/QueuePanel.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
}