龚焕茏
2024-08-22 4c060cb5b79f8f08ae2fa529feb9992a7fca8cbb
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 }
  })
}