fuliqi
2024-09-04 d9995144f1353ec0b59f4d005d359b80c9d1d9e5
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 }
  })
}