龚焕茏
2024-08-24 fb29a61b78b11c222a9698835d4a1b18d8ed973e
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 }
  })
}