eight
2024-09-02 c37525b62146fce9c2af0d34237686c3bc1636d9
src/views/ecg/room/RoomStatusSetting.vue
@@ -8,6 +8,7 @@
  </div>
  <div>
    <el-button @click="startBiz" > 手动开诊 </el-button>
    <el-button @click="closeBiz" > 手动闭诊 </el-button>
    <el-button @click="resetRoom" > 重置诊室 </el-button>
    <el-button @click="resetSchedule" > 重置定时任务 </el-button>
    <el-button @click="refresh" > 刷新 </el-button>
@@ -45,7 +46,13 @@
}
const startBiz = async () => {
    await QueueApi.startBiz();
  await RoomApi.startBiz();
  getOpeningFlag()
}
const closeBiz = async () => {
  await RoomApi.closeBiz();
  getOpeningFlag()
}
const resetRoom = async () => {