eight
2024-10-24 9125541bf113a2d07ad84e7ed9fb1506dbde813f
src/api/ecg/call/index.ts
@@ -49,8 +49,13 @@
    return await request.download({ url: `/ecg/call/export-excel`, params })
  },
  // 获取下一叫号
  // 大屏..获取下一叫号
  getNextCall: async () => {
    return await request.get({ url: `/ecg/call/next` })
  },
  // 诊间屏..获取下一叫号
  getNextInstallCall: async () => {
    return await request.get({ url: `/ecg/call/next-install` })
  }
}