From 2e4d3ac9ebb078a8e324cb972899eaffd2935958 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Wed, 14 May 2025 18:00:08 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=B7=E7=B1=8D=E5=9C=B0=E9=97=AE=E9=A2=98?=
=?UTF-8?q?=20=E5=AF=BC=E5=87=BA=E4=B8=8D=E9=9C=80=E8=A6=81=E9=AA=8C?=
=?UTF-8?q?=E8=AF=81=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../epidemic/epidemicreportuserinfo.vue | 54 +++++++++----------
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/src/views/modules/epidemic/epidemicreportuserinfo.vue b/src/views/modules/epidemic/epidemicreportuserinfo.vue
index 451bbac..ad829e6 100644
--- a/src/views/modules/epidemic/epidemicreportuserinfo.vue
+++ b/src/views/modules/epidemic/epidemicreportuserinfo.vue
@@ -600,12 +600,11 @@
align="center"
width="150">
-
- header-align="center"
+ label="户籍地" header-align="center"
align="center"
- width="150">
+ >
+
{
- if (res.code > 1) {
- return this.$message.error(res.msg)
- }
- // 需要向当前登录用户,发送短信验证码
- if (res.code === 1) {
- // 校验手机号格式
- var myreg = /^[1][0-9]{10}$/
- if (!myreg.test(res.msg)) {
- return this.$message.error(res.msg + '手机号格式错误!')
- }
- // 手机号****处理
- this.checkMobile = res.msg.replace(res.msg.substring(3, 7), '****')
- this.dialogVisibleSMS = true
- }
- if (res.code === 0) {
- // 无需发送验证码,直接下载
- this.downloadExport()
- }
- })
- .catch(() => { })
+ this.downloadExport()
+ // this.$http
+ // .get(`/sys/verificationfreeuser/preCheckLoginUser`)
+ // .then(({ data: res }) => {
+ // if (res.code > 1) {
+ // return this.$message.error(res.msg)
+ // }
+ // // 需要向当前登录用户,发送短信验证码
+ // if (res.code === 1) {
+ // // 校验手机号格式
+ // var myreg = /^[1][0-9]{10}$/
+ // if (!myreg.test(res.msg)) {
+ // return this.$message.error(res.msg + '手机号格式错误!')
+ // }
+ // // 手机号****处理
+ // this.checkMobile = res.msg.replace(res.msg.substring(3, 7), '****')
+ // this.dialogVisibleSMS = true
+ // }
+ // if (res.code === 0) {
+ // // 无需发送验证码,直接下载
+ // this.downloadExport()
+ // }
+ // })
+ // .catch(() => { })
},
// 隐私数据下载
downloadExport () {