src/api/newpage.js @@ -63,3 +63,11 @@ method: "get", }); } // 考核积分数据 export function checkScore(dataScope, deptId) { return request({ url: "/dashboard/check/score?dataScope=" + dataScope + "&deptId=" + deptId, method: "get", }); }