eight
2024-08-30 46c604e44679808441771cc08a9be09770f5cc5c
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` })
  }
}