eight
2024-11-26 3418a10025716ed4b14f96cb4c52b5ce0875e563
src/views/ecg/doctor/components/QueuePanel.vue
@@ -32,7 +32,7 @@
    bedNo: item.bedNo,
    patId: item.patId,
    checkType: item.bookCheckType,
    jumpFlag: 0,
    //jumpFlag: 0,
    roomId_operator: props.room.roomId,
    bedNo_operator: props.room.bedNo,
  }
@@ -43,7 +43,7 @@
  else if (item.status === 7)
    data = await DoctorApi.recallInstallPatient(patientVO);
  emit("event_RecallFinish") // 装机 过号
  emit("event_RecallFinish") // 召回完成
  message.info(data)
}