eight
2024-11-07 9e188fa816e204f8a02d032e55e2bd63168a77ec
src/views/ecg/doctor/DevInstall.vue
@@ -12,7 +12,9 @@
const roomBedVO = ref<RoomBedVO>({
    roomId: null,
    roomName: null,
    bedNo: null
    bedNo: null,
    checkTypes: null,
    opType: null
})
const installingPatient = ref<QueueVO>({
@@ -63,7 +65,7 @@
}
const callAgain = async () => {
  await DoctorApi.callAgainPatient(roomBedVO.value)
  await DoctorApi.callInstallingPatientAgain(roomBedVO.value)
}
const getInstallingPatient = () => {
@@ -129,6 +131,8 @@
    roomBedVO.value.roomId = userStore.room!.roomId
    roomBedVO.value.roomName = userStore.room!.roomName
    roomBedVO.value.bedNo = userStore.room!.bedNo
    roomBedVO.value.checkTypes = userStore.room!.checkTypes
    roomBedVO.value.opType = userStore.room!.opType
    timerRunFlag = true
    doctorTimer()
@@ -150,7 +154,8 @@
const onEventDevInstall = () => {
   //console.info("onDevInstallPanelEvent...")
  // onStagePatient.value.patId = ""
  installingPatient.value.patId = ""
  initLoad()
}
const onEventRecallFinish = () => {
@@ -168,7 +173,7 @@
<template>
  <el-container>
    <el-header style="background-color: var(--el-color-primary-light-7); font-size: 24px">
      <TitlePanel :titleType=1 :room="roomBedVO" :patientStatistic="patientStat" />
      <TitlePanel :titleType=2 :room="roomBedVO" :patientStatistic="patientStat" />
    </el-header>
    <el-container style="height: 100%;">
      <el-main style="border: solid var(--el-color-primary-light-7)">