eight
2025-03-30 fad6097b889268af72ae2ff2f1206bdd7bd09b31
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` })
  }
}