1
This commit is contained in:
@@ -46,6 +46,9 @@ export function downloadStatisticsTableExcel(query) {
|
||||
url: 'mes/qc/statistics/downloadStatisticsTableExcel',
|
||||
method: 'get',
|
||||
params: query,
|
||||
responseType:'blob'
|
||||
config: {
|
||||
timeout: 1000 * 60 * 60
|
||||
},
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
@@ -58,7 +58,7 @@ export function delWmOneTimeInventory(pid) {
|
||||
|
||||
// 导出
|
||||
export async function exportOneTimeInventory(query) {
|
||||
await downFile('/mes/wm/WmOneTimeInventory/export', { ...query })
|
||||
await downFile('/mes/wm/WmOneTimeInventory/export', { ...query },{timeout:1000*60*60})
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -58,7 +58,7 @@ export function delWmPolishInventory(pid) {
|
||||
|
||||
// 导出
|
||||
export async function exportPolish(query) {
|
||||
await downFile('/mes/wm/WmPolishInventory/export', { ...query })
|
||||
await downFile('/mes/wm/WmPolishInventory/export', { ...query },{timeout:1000*60*60})
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user