eight
2024-09-02 b25b546b267f7d101686e173a72b9f2d09810fa8
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,11 @@
}
const startBiz = async () => {
    await QueueApi.startBiz();
    await RoomApi.startBiz();
}
const closeBiz = async () => {
    await RoomApi.closeBiz();
}
const resetRoom = async () => {