zxl
2025-11-06 09f0861e61e69e2d818eafc7b9edbd17cf0822d4
src/api/platform/check-score.js
@@ -1,11 +1,19 @@
import request from '@/utils/request'
// 查询考核积分卡片列表
export function listScore(query) {
export function listScore(data) {
  return request({
    url: '/check/score/list',
    method: 'get',
    params: query
    method: 'post',
    data: data
  })
}
// 查询考核积分卡片列表
export function barScore(data) {
  return request({
    url: '/check/score/bar',
    method: 'post',
    data: data
  })
}
// 查询考核积分折线图