龚焕茏
2024-08-21 92b92d9801f45df8e5b56f062e6d459fee4aeac5
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 }
  })
}