eight
2024-10-15 ffb0cf15d7448626f4a38b52cee18d514b45ce61
src/api/ecg/doctor/index.ts
@@ -75,10 +75,15 @@
  },
  // 重叫
  callAgainPatient: async (params: RoomBedVO) => {
  callPatientAgain: async (params: RoomBedVO) => {
    return await request.get({ url: `/ecg/doctor/call-again`, params })
  },
  // 重叫 安装
  callInstallingPatientAgain: async (params: RoomBedVO) => {
    return await request.get({ url: `/ecg/doctor/call-install-again`, params })
  },
  // 取 常规检查、领用 患者列表
  getToBeCheckedPatientList: async (params: RoomBedVO) => {
    return await request.get({ url: `/ecg/doctor/get-to-be-checked-list`, params })