eight
2024-10-08 3a78c38a219c785f1a55a193db06edef6b753eb9
src/api/ecg/room/index.ts
@@ -30,6 +30,11 @@
    return await request.get({ url: `/clinic/room/get?id=` + id })
  },
  // 查询诊室和诊疗床详情
  getRoomByIP: async () => {
    return await request.get({ url: `/clinic/room/get-room-by-ip`})
  },
  // 新增诊室和诊疗床
  createRoom: async (data: RoomVO) => {
    return await request.post({ url: `/clinic/room/create`, data })