eight
2024-10-24 d85bd456d094842dbc47c19438df882f3d7c6c66
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` })
  }
}