| | |
| | | // console.info("onDevRentPanelEvent...") |
| | | } |
| | | |
| | | const onEventRecallFinish = () => { |
| | | initLoad() |
| | | } |
| | | |
| | | /** 患者变更操作 */ |
| | | const devInstallPanelRef = ref() |
| | | const setOnStagePatient = (tempPatient: QueueVO | undefined) => { |
| | |
| | | <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"> |