eight
2024-09-02 c37525b62146fce9c2af0d34237686c3bc1636d9
src/views/ecg/room/RoomStatusSetting.vue
@@ -46,11 +46,13 @@
}
const startBiz = async () => {
    await RoomApi.startBiz();
  await RoomApi.startBiz();
  getOpeningFlag()
}
const closeBiz = async () => {
    await RoomApi.closeBiz();
  await RoomApi.closeBiz();
  getOpeningFlag()
}
const resetRoom = async () => {