eight
2024-08-29 43fa7872d8337d85e8486123b4302fbbae2d343a
src/api/ecg/room/index.ts
@@ -53,9 +53,13 @@
    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` })
  }
}