From 45fc5bd27ab1318982ab080e193392ad05c12e1c Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Sat, 8 May 2021 10:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/epidemic/epidemicuserinfo.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/modules/epidemic/epidemicuserinfo.vue b/src/views/modules/epidemic/epidemicuserinfo.vue index 2e49633..8dc1446 100644 --- a/src/views/modules/epidemic/epidemicuserinfo.vue +++ b/src/views/modules/epidemic/epidemicuserinfo.vue @@ -57,6 +57,9 @@ type="danger" @click="deleteHandle()">{{ $t('deleteBatch') }} + + + { - var params = qs.stringify({ - 'token': Cookies.get('token'), - ...this.dataForm - }) - window.location.href = `${window.SITE_CONFIG['apiURL']}${this.mixinViewModuleOptions.exportErrorInfoURL}?${params}` + this.exportHandle() + // var params = qs.stringify({ + // 'token': Cookies.get('token'), + // ...this.dataForm + // }) + // window.location.href = `${window.SITE_CONFIG['apiURL']}${this.mixinViewModuleOptions.exportErrorInfoURL}?${params}` this.$message({ type: 'success', message: '下载成功'