src/api/ecg/room/index.ts @@ -49,7 +49,7 @@ }, // 获取诊室精简信息列表,用于医生选择登录的诊室 getOnstageBedMap: async () => { getOpeningBedMap: async () => { return await request.get({ url: `/clinic/room/list-simple-room` }) },