From eb20671ae33078f1bf9f7cba40bb82081ad8be27 Mon Sep 17 00:00:00 2001
From: weikai <123456>
Date: Thu, 22 Oct 2020 18:42:24 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=AE=89=E5=AE=81pc=E7=AB=AF=20?=
=?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=A0=81=E7=AE=A1=E7=90=86=20?=
=?UTF-8?q?=E3=80=91-=E3=80=90=E7=A8=8B=E5=BA=8F=E7=A0=81=E5=88=86?=
=?UTF-8?q?=E7=B1=BB=E4=BF=AE=E6=94=B9=E3=80=91=E9=AD=8F=E5=87=AF=202020-1?=
=?UTF-8?q?0-22?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/user/identityTag.vue | 46 +++++++++++++++++---------
1 file changed, 30 insertions(+), 16 deletions(-)
diff --git a/src/views/modules/user/identityTag.vue b/src/views/modules/user/identityTag.vue
index 46a124e..108b01c 100644
--- a/src/views/modules/user/identityTag.vue
+++ b/src/views/modules/user/identityTag.vue
@@ -58,7 +58,8 @@
{{ $t('export') }}
+ @click="exportHandle()">{{ $t('export') }}
+
@@ -70,7 +71,7 @@
style="width: 100%;">
- {{scope.$index+1}}
+ {{ scope.$index + 1 }}
-
+
+
+
+
+
+
+ width="150"
+ align="center">
+
+ 身份标签管理
+
+
import mixinViewModule from '@/mixins/view-module'
+
export default {
mixins: [mixinViewModule],
data () {
@@ -192,8 +203,7 @@ export default {
deptIdList: []
}
},
- components: {
- },
+ components: {},
watch: {
'deptIdList': function (val) {
if (val.length === 0) {
@@ -227,7 +237,8 @@ export default {
}
this.options = res.data.options
})
- .catch(() => { })
+ .catch(() => {
+ })
this.initTime()
// this.getStreetList()
this.getRegistOptions()
@@ -271,15 +282,15 @@ export default {
// }).catch(() => { })
// },
btKeyUpRealName (e) {
- e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】\\[\]、;‘’,。、\s+]/g, '')
+ e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】\\[\]、;‘’,。、\s+]/g, '')
this.dataForm.realName = e.target.value
},
btKeyUpMobile (e) {
- e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】\\[\]、;‘’,。、\s+]/g, '')
+ e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】\\[\]、;‘’,。、\s+]/g, '')
this.dataForm.mobile = e.target.value
},
btKeyUpIdentityNo (e) {
- e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】\\[\]、;‘’,。、\s+]/g, '')
+ e.target.value = e.target.value.replace(/[`~!#$%^&*()_\+=<>?:"{}|~!#¥%……&*()={}|《》?:“”【】\\[\]、;‘’,。、\s+]/g, '')
this.dataForm.identityNo = e.target.value
},
getCommunityList () {
@@ -297,7 +308,8 @@ export default {
return this.$message.error(res.msg)
}
this.communityOptions = res.data
- }).catch(() => { })
+ }).catch(() => {
+ })
},
getGridList () {
if (this.dataForm.communityId === '') {
@@ -311,7 +323,8 @@ export default {
return this.$message.error(res.msg)
}
this.gridOptions = res.data
- }).catch(() => { })
+ }).catch(() => {
+ })
},
getRegistOptions () {
this.$http.get(`/sys/dict/sublist/1168769645576179713`).then(({ data: res }) => {
@@ -319,7 +332,8 @@ export default {
return this.$message.error(res.msg)
}
this.registOptions = res.data
- }).catch(() => { })
+ }).catch(() => {
+ })
},
// getPostOptions () {
// this.$http.get(`/sys/dict/sublist/1168770417290366977`).then(({ data: res }) => {