WXL (wul)
2026-05-07 15c90ad541d895a4e0ceab0dd430260535479341
src/api/AiCentre/indicator.js
@@ -42,11 +42,19 @@
}
// 指标统计
export function Labelstatistics(Id) {
   return request({
  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) {
@@ -106,7 +114,7 @@
  return request({
    url: "/smartor/assort/selectIvrLibaTargetAssortList",
    method: "post",
    data:data,
    data: data,
  });
}
// 新增指标分类
@@ -114,7 +122,7 @@
  return request({
    url: "/smartor/assort/add",
    method: "post",
    data:data,
    data: data,
  });
}
// 删除指标分类
@@ -129,7 +137,7 @@
  return request({
    url: "/smartor/assort/addtree",
    method: "post",
    data:data,
    data: data,
  });
}
// 新增指标分类树
@@ -137,7 +145,7 @@
  return request({
    url: "/smartor/assort/edit",
    method: "post",
    data:data,
    data: data,
  });
}
// 新增指标分类树
@@ -145,7 +153,7 @@
  return request({
    url: "/smartor/target/list",
    method: "post",
    data:data,
    data: data,
  });
}
// 测试指标
@@ -153,7 +161,6 @@
  return request({
    url: "/smartor/target/targetQuesMate",
    method: "post",
    data:data,
    data: data,
  });
}