From c6bbdbfe5a48789965602c09e1bf037fdee1baf9 Mon Sep 17 00:00:00 2001 From: Jackwang Date: Mon, 25 Jul 2022 15:51:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=AE=A1=E6=A0=B8=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=83=A8=E9=97=A8=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../epidemic/epidemicuserinfoaudit.vue | 50 ++++++++++++++++++- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/src/views/modules/epidemic/epidemicuserinfoaudit.vue b/src/views/modules/epidemic/epidemicuserinfoaudit.vue index 2c17416..9b391cd 100644 --- a/src/views/modules/epidemic/epidemicuserinfoaudit.vue +++ b/src/views/modules/epidemic/epidemicuserinfoaudit.vue @@ -2,6 +2,12 @@
+ + + { + if (res.code !== 0) { + return this.$message.error(res.msg) + } + this.options = res.data.options + }) + .catch(() => { }) + }, methods: { btKeyUpUsername (e) { e.target.value = e.target.value.replace(/[`~!@#$%^&*()_+=<>?:"{}|·~!@#¥%……&*()——+={}|《》?:“”【】、;‘’,。、]/g, '')