xiangpei
2024-08-24 8dc5f14cb31b82de76e7d5be262d1a9c5e6e994e
src/api/platform/home.js
@@ -51,9 +51,10 @@
}
// 核算报表
export function calculate() {
export function calculate(category) {
  return request({
    url: '/home/calculate',
    method: 'get'
    method: 'get',
    params: { category }
  })
}