Commit fa60dc52 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn
parents 5b61ede6 97595b42
...@@ -107,8 +107,9 @@ export function exportExcel(params) { ...@@ -107,8 +107,9 @@ export function exportExcel(params) {
return request({ return request({
url: '/ecw/order-exception/export-excel', url: '/ecw/order-exception/export-excel',
method: 'get', method: 'get',
timeout: 6*60*1000,
params, params,
timeout: 3*60*1000, //timeout: 3*60*1000,
responseType: 'arraybuffer' responseType: 'arraybuffer'
}) })
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment