Commit 1df51fc2 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

Merge branch 'master' of http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator into release

parents 623d0bc6 2555302e
...@@ -49,7 +49,7 @@ export function exportboxExcel(query) { ...@@ -49,7 +49,7 @@ export function exportboxExcel(query) {
url: "/shipment/box/export-excel", url: "/shipment/box/export-excel",
method: "get", method: "get",
params: query, params: query,
timeout: 5 * 60000, timeout: 20 * 60000,
responseType: "blob", responseType: "blob",
}); });
} }
......
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