WXL
2025-07-24 ffdeb042145a75f6693c05229c988d78bc6319e8
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({