WXL
2025-04-08 552e2c47122f3465050c71b1afca44da8196a029
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) {