From 13dde634632725464a7080e18dbf42d35184fa25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Wed, 4 Aug 2021 09:27:16 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E6=94=B9=20=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=B7=A5=E5=85=B7=E7=B1=BB=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/utils/zipdownload.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruoyi-ui/src/utils/zipdownload.js b/ruoyi-ui/src/utils/zipdownload.js index aa926030..8a2d808f 100644 --- a/ruoyi-ui/src/utils/zipdownload.js +++ b/ruoyi-ui/src/utils/zipdownload.js @@ -53,14 +53,12 @@ export function downLoadExcel(url, params) { } } urlparams = urlparams.slice(0, -1); - params = {}; url = urlparams; } url = baseUrl + url axios({ method: 'get', url: url, - params: params, responseType: 'blob', headers: { 'Authorization': 'Bearer ' + getToken() } }).then(res => {