WXL
2025-06-27 d5806f320c4eb6520c1c0edfba081f00e0290a8c
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) {