xiangpei
2024-09-04 018b738e71f40cdacb2fc03a6e90b7c6b0b79078
src/api/platform/home.js
@@ -40,4 +40,21 @@
    url: '/home/ywUnitCount',
    method: 'get'
  })
}
// 考核预警
export function checkScore() {
  return request({
    url: '/home/checkScore',
    method: 'get'
  })
}
// 核算报表
export function calculate(category) {
  return request({
    url: '/home/calculate',
    method: 'get',
    params: { category }
  })
}