fuliqi
2024-09-23 c5c80dbc2632719789b91d236de7cf1e6497557d
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 }
  })
}