xiangpei
2024-08-30 fc2f54929ba8d4d12af3fd0ed14a0d179c1f315e
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 }
  })
}