WXL
9 天以前 783b99e90a91540d7b05a777b838b183558d50d1
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) {