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 })