eight
2024-09-29 e131930819ed2f666b493ecb1bef8d0a9c549c23
src/api/ecg/doctor/index.ts
@@ -58,6 +58,11 @@
    return await request.get({ url: `/ecg/doctor/pass-next-patient`, params })
  },
  // 重叫
  callAgainPatient: async (params: RoomBedVO) => {
    return await request.get({ url: `/ecg/doctor/call-again`, params })
  },
  // 取初始患者列表
  getPatientList: async (params: RoomBedVO) => {
    return await request.get({ url: `/ecg/doctor/get-patient-list`, params })