eight
2024-09-20 d51dea1aeb143cdd0cac89c686cbdf14c1d41e1f
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) {
@@ -142,14 +146,14 @@
  // console.info("onDevRentPanelEvent...")
}
const onEventRecallFinish = () => {
  initLoad()
}
/** 患者变更操作 */
const devInstallPanelRef = ref()
const setOnStagePatient = (tempPatient: QueueVO | undefined) => {
  devInstallPanelRef.value.setPatient(tempPatient)
}
const callAgain = () => {
}
</script>
@@ -164,7 +168,7 @@
        <DevInstallPanel ref="devInstallPanelRef" @success="onEvent"/>
      </el-main>
      <el-aside width="400px" style="border: solid var(--el-color-primary-light-7)">
          <QueuePanel :queue="patientList"/>
          <QueuePanel :queue="patientList" @event_RecallFinish="onEventRecallFinish"/>
      </el-aside>
    </el-container>
    <el-container class="right-bottom">