eight
2024-09-19 8e9c94c8b93878bd0f52c25e2d4efc2a617ee3d6
src/api/ecg/queue/index.ts
@@ -55,11 +55,6 @@
    return await request.download({ url: `/ecg/queue/export-excel`, params })
  },
  // 手动开诊
  startBiz: async () => {
    return await request.get({ url: `/ecg/queue/startbiz` })
  },
  // 工位开通
  bedOpen: async (params) => {
    return await request.get({ url: `/ecg/queue/bed-open`, params })
@@ -74,4 +69,5 @@
  resetSchedule: async () => {
    return await request.get({ url: `/ecg/queue/reset-scheduler` })
  }
}