修改bug

This commit is contained in:
‘937886381’
2024-01-24 17:16:05 +08:00
parent 3bc12b8830
commit c47dddfcdc
14 changed files with 1458 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2023-12-12 13:49:02
* @LastEditTime: 2023-12-14 14:21:43
* @LastEditTime: 2024-01-24 15:54:58
* @LastEditors: zhp
* @Description:
*/
@@ -55,3 +55,12 @@ export function updateSumAutoDeliveDataList(query) {
data: query,
})
}
export function exportProductExcel(query) {
return request({
url: '/base/report-auto-production-backup/export-excel',
method: 'get',
params: query,
responseType: 'blob'
})
}