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 === ''){