eight
2024-09-20 97fe4cae358c8ce65bf71405795dd0f6a841322f
src/views/ecg/doctor/index.vue
@@ -146,6 +146,10 @@
  // console.info("onDevRentPanelEvent...")
}
const onEventRecallFinish = () => {
  initLoad()
}
/** 患者变更操作 */
const devInstallPanelRef = ref()
const setOnStagePatient = (tempPatient: QueueVO | undefined) => {
@@ -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">