WXL
7 天以前 039c34d6e2b6d6100b0f2cc942d46adaaaff1e98
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({