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, }); }