From ad6e313fa2b50c8d6ffaed610d19a3fd4f670c90 Mon Sep 17 00:00:00 2001
From: wanggongfeng <1305282856@qq.com>
Date: Sun, 24 Apr 2022 17:53:06 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=AF=BC=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../epidemic/epidemicreportuserinfo.vue | 33 ++++++++++++-------
1 file changed, 21 insertions(+), 12 deletions(-)
diff --git a/src/views/modules/epidemic/epidemicreportuserinfo.vue b/src/views/modules/epidemic/epidemicreportuserinfo.vue
index c9d53dc..20eae8e 100644
--- a/src/views/modules/epidemic/epidemicreportuserinfo.vue
+++ b/src/views/modules/epidemic/epidemicreportuserinfo.vue
@@ -284,6 +284,10 @@
重置核酸检测状态
+
+ {{ $t('deleteBatch') }}
+
+
-
- {{ $t('deleteBatch') }}
-
-
+
+
- 确定
+
+ 导出错误数据
@@ -760,6 +756,19 @@ export default {
this.faultDataVisible = false
this.getDataList()
},
+ // 导出错误数据
+ exportError(){
+ var params = qs.stringify({
+ // 'token': window.localStorage.getItem('token'),
+ 'token': Cookies.get('token'),
+ ...this.dataForm
+ })
+ window.location.href = `${window.SITE_CONFIG['apiURL']}${this.mixinViewModuleOptions.exportErrorInfoURL}?${params}`
+ this.$message({
+ type: 'success',
+ message: '下载成功'
+ });
+ },
beforeImportUser () {
//所属组织全都不选,直接上传
if (this.gridIdImport === ''){