src/api/ecg/room/index.ts
@@ -6,7 +6,8 @@ roomId: number // 诊室编号 roomName: string // 诊室名称 bedNo: string // 诊疗床编号 onstage: boolean //开诊状态 status: number //开诊状态 doctor_name: string //医生名 } // 诊室和诊疗床 API @@ -47,7 +48,7 @@ }, // 获取诊室精简信息列表,用于医生选择登录的诊室 getSimpleRoomList2: async () => { getOnstageBedMap: async () => { return await request.get({ url: `/clinic/room/list-simple-room` }) },