|  |  | 
 |  |  |   }, | 
 |  |  |  | 
 |  |  |   // 取 常规检查、领用 患者列表 | 
 |  |  |   getPatientList: async (params: RoomBedVO) => { | 
 |  |  |     return await request.get({ url: `/ecg/doctor/get-patient-list`, params }) | 
 |  |  |   getToBeCheckedPatientList: async (params: RoomBedVO) => { | 
 |  |  |     return await request.get({ url: `/ecg/doctor/get-to-be-checked-list`, params }) | 
 |  |  |   }, | 
 |  |  |  | 
 |  |  |   // 取 [待装机] 患者列表 | 
 
 |  |  | 
 |  |  |     return | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   patientList.value = await DoctorApi.getPatientList(roomBedVO) | 
 |  |  |   patientList.value = await DoctorApi.getToBeCheckedPatientList(roomBedVO) | 
 |  |  |   getOnstagePatient() | 
 |  |  |   patientStat.value = await DoctorApi.getPatientStatistic(roomBedVO) | 
 |  |  |   const queueVO2 = await DoctorApi.bedDoctorGet(roomBedVO) | 
 
 |  |  | 
 |  |  |     return | 
 |  |  |   } | 
 |  |  |  | 
 |  |  |   patientList.value = await DoctorApi.getPatientList(roomBedVO) | 
 |  |  |   patientList.value = await DoctorApi.getToBeCheckedPatientList(roomBedVO) | 
 |  |  |   getOnstagePatient() | 
 |  |  |   patientStat.value = await DoctorApi.getDevReadyStatistic(roomBedVO) | 
 |  |  |   const queueVO2 = await DoctorApi.bedDoctorGet(roomBedVO) |