src/api/ecg/doctor/index.ts
@@ -11,6 +11,11 @@ // 下一位患者 nextPatient: async (params: RoomBedVO) => { return await request.get({ url: `/ecg/doctor/nextpatient`, params }) }, // 看完患者 finishPatient: async (params: RoomBedVO) => { return await request.get({ url: `/ecg/doctor/finishpatient`, params }) } }