eight
2024-10-24 1b145b5655fa023032c8713bb2375bccdf0fc314
src/views/ecg/doctor/index.vue
@@ -62,7 +62,7 @@
}
const callAgain = async () => {
  await DoctorApi.callAgainPatient(roomBedVO)
  await DoctorApi.callPatientAgain(roomBedVO)
}
const getOnstagePatient = () => {
@@ -85,13 +85,13 @@
    return
  }
  patientList.value = await DoctorApi.getPatientList(roomBedVO)
  patientList.value = await DoctorApi.getToBeCheckedPatientList(roomBedVO)
  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 = () => {