WXL (wul)
2025-09-18 00bcd2371282fe4ea4bd096b6ff47a3ff3ecae49
src/api/AiCentre/indicator.js
@@ -31,13 +31,6 @@
    data: data,
  });
}
// 指标统计
export function Labelstatistics(Id) {
   return request({
    url: "/smartor/serviceSubtaskDetail/countPatByTarget/" + Id,
    method: "get",
   });
  }
// 新增指标
export function addtarget(data) {