WXL
2025-07-16 a52f35a60ec1c8edc5375f40bfd1bbd50b656f87
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) {