Commit 97595b42 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

异常订单导出超时

parent a49a5a42
......@@ -107,8 +107,9 @@ export function exportExcel(params) {
return request({
url: '/ecw/order-exception/export-excel',
method: 'get',
timeout: 6*60*1000,
params,
timeout: 3*60*1000,
//timeout: 3*60*1000,
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