WXL (wul)
2026-05-08 f9902f7a3b79d22bde9f199263ac36de26816470
src/api/AiCentre/indicator.js
@@ -40,6 +40,22 @@
    data: data,
  });
}
// 指标统计
export function Labelstatistics(Id) {
  return request({
    url: "/smartor/serviceSubtaskDetail/countPatByTarget/" + Id,
    method: "get",
  });
}
// 宣教统计
export function gethelibraryCount(data) {
  return request({
    url: "/smartor/serviceSubtask/gethelibraryCount",
      method: "post",
    data: data,
  });
}
// 删除指标
export function deletetarget(userId) {
  return request({
@@ -60,6 +76,14 @@
  return request({
    url: "/smartor/icd10/getInfo/" + Id,
    method: "get",
  });
}
// 查询手术
export function getbaseopera(data) {
  return request({
    url: "/smartor/baseopera/list",
    method: "post",
    data: data,
  });
}
// 查询指标疾病
@@ -90,7 +114,7 @@
  return request({
    url: "/smartor/assort/selectIvrLibaTargetAssortList",
    method: "post",
    data:data,
    data: data,
  });
}
// 新增指标分类
@@ -98,7 +122,7 @@
  return request({
    url: "/smartor/assort/add",
    method: "post",
    data:data,
    data: data,
  });
}
// 删除指标分类
@@ -113,7 +137,7 @@
  return request({
    url: "/smartor/assort/addtree",
    method: "post",
    data:data,
    data: data,
  });
}
// 新增指标分类树
@@ -121,7 +145,7 @@
  return request({
    url: "/smartor/assort/edit",
    method: "post",
    data:data,
    data: data,
  });
}
// 新增指标分类树
@@ -129,7 +153,14 @@
  return request({
    url: "/smartor/target/list",
    method: "post",
    data:data,
    data: data,
  });
}
// 测试指标
export function testtagerlist(data) {
  return request({
    url: "/smartor/target/targetQuesMate",
    method: "post",
    data: data,
  });
}