WXL
2024-09-07 88d423ce3a1f624bc3b84b4c71ec06d8024da15b
src/api/AiCentre/Homeimage.js
@@ -1,25 +1,35 @@
import request from "@/utils/request";
// 基础数据
export function getTopstatistics(data) {
// 门诊基础数据
export function getoutpatientamount(data) {
  return request({
    url: "/smartor/extemplate/list",
    url: "/smartor/patouthosp/selectPatMedOuthospCount",
    method: "post",
    data: data,
  });
}
// 在院/出院基础数据
export function getInhospital(data) {
  return request({
    url: "/smartor/patinhosp/selectPatMedInhospListCount",
    method: "post",
    data: data,
  });
}
// 中部数据据
export function getBarchart(data) {
  return request({
    url: "/smartor/serviceSubtask/getSfFzInfoEveryMonth",
    method: "post",
    data: data,
  });
}
// 拿取中部数据大图
export function getCentraldata(Id) {
  return request({
    url: "/smartor/extemplate/remove/" + Id,
    method: "get",
  });
}
// 拿取中部数据大图
export function getMissiondata(Id) {
  return request({
    url: "/smartor/extemplate/remove/" + Id,
    method: "get",
    url: "/smartor/serviceSubtask/getSfFzInfoEveryMonth",
    ethod: "post",
    data: data,
  });
}