eight
2024-08-29 e456f20e2d54f542800580c489f36c0b5eaf734f
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` })
  }
}