WXL
2025-08-07 6f1e7a63fa6afc261ba2247bf1d56f59dbb9f4c9
src/api/AiCentre/EChartsdata.js
@@ -25,6 +25,14 @@
    data: data,
  });
}
// 首页中部数据
export function getServiceStatistics(data) {
  return request({
    url: "/smartor/serviceSubtask/getServiceStatistics",
    method: "post",
    data: data,
  });
}
// 查询患者住院记录列表
export function getechartsMedInhospList(data) {
  return request({