eight
2024-09-02 96524c4c213734cebd0b83b1c57330940198f9f3
src/api/ecg/room/index.ts
@@ -53,9 +53,20 @@
    return await request.get({ url: `/clinic/room/list-simple-room` })
  },
  // 获取诊床Map
  getAllBedMap: async () => {
    return await request.get({ url: `/clinic/room/list-all-bed` })
  },
  //
  resetRoom: async () => {
    return await request.get({ url: `/clinic/room/reset-room` })
  },
  //
  getOpeningFlag: async () => {
    return await request.get({ url: `/clinic/room/get-opening-flag` })
  }
}