fuliqi
2024-09-18 4c03db2f0d6b4320e670b770f4c1e252809303a3
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",
  });
}