WXL (wul)
2026-05-07 ecbcc059d43f64877551756de129c653d31d0032
src/api/AiCentre/indicator.js
@@ -47,6 +47,14 @@
    method: "get",
   });
   }
// 宣教统计
export function gethelibraryCount(data) {
  return request({
    url: "/smartor/serviceSubtask/gethelibraryCount",
      method: "post",
    data: data,
  });
}
// 删除指标
export function deletetarget(userId) {
@@ -156,4 +164,3 @@
    data:data,
  });
}