src/views/ecg/doctor/index.vue
@@ -89,9 +89,9 @@ getOnstagePatient() patientStat.value = await DoctorApi.getDevReadyStatistic(roomBedVO) const queueVO2 = await DoctorApi.bedDoctorGet(roomBedVO) if (queueVO2.status === 20) if (queueVO2.status === 20) // 工位状态 有医生 state.value = true else if (queueVO2.status === 30) else if (queueVO2.status === 30) // 工位状态 暂停 state.value = false } @@ -148,6 +148,7 @@ const onEventDevReady = () => { //console.info("onDevRentPanelEvent...") onStagePatient.value.patId = "" initLoad() } const onEventRecallFinish = () => {