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