src/api/ecg/queue/index.ts
@@ -88,6 +88,11 @@ // 医生离座, bedDoctorOff: async (params) => { return await request.get({ url: `/ecg/queue/bed-doctor-off`, params }) }, // 获取医生的工位信息 bedDoctorGet: async (params) => { return await request.get({ url: `/ecg/queue/bed-doctor-get`, params }) } }