fuliqi
2024-09-20 f69b7ff73aab2174cb17c7c3e4e716c6e5170e56
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",
  });
}