WXL
6 天以前 7c5b7bdf55e9f50bed14f07c8a9b29cbc321d52a
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) {