WXL (wul)
6 天以前 535ac77278179da7f01280f28c67bc414ed783a4
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({