eight
2024-08-22 59d213c1ce9e5e576fcca1f5c4251f06b301c5ac
src/api/ecg/queue/index.ts
@@ -54,9 +54,9 @@
    return await request.get({ url: `/ecg/queue/opening-setting` })
  },
  // 开诊前一刻,对应 就诊准备的人员 重新排序
  queueReorder: async () => {
    return await request.get({ url: `/ecg/queue/reorder` })
  // 手动开诊
  startBiz: async () => {
    return await request.get({ url: `/ecg/queue/startbiz` })
  }
}