龚焕茏
2024-08-15 ddaa870224aa1c12b05ff2ac242c2283d3e54241
feat:首页数据调整
1个文件已修改
5 ■■■■■ 已修改文件
src/api/platform/home.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 }
  })
}