提交 101b6af2 authored 作者: 钟是志's avatar 钟是志

2303 黔南宿管毕业生床位统计,导出问题admin

上级 1d045a76
...@@ -15,7 +15,7 @@ export function hrefWithToken( ...@@ -15,7 +15,7 @@ export function hrefWithToken(
}, },
) { ) {
const { justOpenUrl, params, fileName, method, ext, prexUrl } = arg; const { justOpenUrl, params, fileName, method, ext, prexUrl } = arg;
if (!getIsBei_Dian()) { if (!getIsBei_Dian() && method !== 'POST') {
if (url.indexOf('?') > -1) { if (url.indexOf('?') > -1) {
url = `${url}&token=${getToken()}`; url = `${url}&token=${getToken()}`;
} else { } else {
...@@ -29,7 +29,7 @@ export function hrefWithToken( ...@@ -29,7 +29,7 @@ export function hrefWithToken(
window.open(u); window.open(u);
} }
console.log('hrefWithToken', u); console.log('hrefWithToken', u);
if (getIsBei_Dian()) { if (getIsBei_Dian() || method === 'POST') {
// 这里如果换成POST请求 会需要小心接口报错 // 这里如果换成POST请求 会需要小心接口报错
downloadFile(u, params, fileName, ext, method); downloadFile(u, params, fileName, ext, method);
// downloadFile(u, {}, '', '', 'GET'); // downloadFile(u, {}, '', '', 'GET');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论