优化代码结构
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user