WXL
2025-05-15 b7092c2bf77696eb13fd680cb006211c17b48f5c
src/api/AiCentre/indicator.js
@@ -40,6 +40,14 @@
    data: data,
  });
}
// 指标统计
export function Labelstatistics(Id) {
   return request({
    url: "/smartor/serviceSubtaskDetail/countPatByTarget/" + Id,
    method: "get",
   });
   }
// 删除指标
export function deletetarget(userId) {
  return request({