eight
2024-09-14 6f1d50cba1a5b2f5efb2b642e33e8fde310b66f6
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 })