优化代码结构

This commit is contained in:
WUSIJIAN
2025-12-05 15:45:14 +08:00
parent e41884fc60
commit 134ea96340
14 changed files with 67 additions and 75 deletions

View File

@@ -9,8 +9,8 @@ export function getDataList(data: object) {
});
}
// 导出数据
export function exportProduct(data: object) {
// 导出报表
export function exportReport(data: object) {
return newService({
url: '/customerService/data/statistics/export',
responseType: 'blob',