src/api/ecg/room/index.ts
@@ -49,13 +49,17 @@ }, // 获取诊室精简信息列表,用于医生选择登录的诊室 getOnstageBedMap: async () => { getOpeningBedMap: async () => { 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` }) } }