WXL (wul)
5 天以前 cf6a793701438b44dd4acf407bf55d80c73e3d71
src/api/AiCentre/indicator.js
@@ -23,6 +23,13 @@
    method: "get",
  });
}
// 指标统计
export function Labelstatistics(Id) {
  return request({
    url: "/smartor/serviceSubtaskDetail/countPatByTarget/" + Id,
    method: "get",
  });
}
// 修改指标及其关联选项
export function gettargetInfoedit(data) {
  return request({