From 5c55ac928e8b7b53da81d247c793e3a1274e49bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Wed, 11 Dec 2019 19:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E5=B1=85=E6=B0=91=20=E5=85=9A=E5=91=98=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../user/partymembers-add-or-update.vue | 1 + .../modules/user/pass-authentication.vue | 201 ++++++++++++------ 2 files changed, 140 insertions(+), 62 deletions(-) diff --git a/src/views/modules/user/partymembers-add-or-update.vue b/src/views/modules/user/partymembers-add-or-update.vue index 926f94ea..d79a9750 100755 --- a/src/views/modules/user/partymembers-add-or-update.vue +++ b/src/views/modules/user/partymembers-add-or-update.vue @@ -150,6 +150,7 @@ export default { } else { this.dataForm.allDeptIds = [] this.dataForm.cadreFlag = [] + this.dataForm.tagIds = [] } }) }, diff --git a/src/views/modules/user/pass-authentication.vue b/src/views/modules/user/pass-authentication.vue index 9ee070eb..0c03021e 100644 --- a/src/views/modules/user/pass-authentication.vue +++ b/src/views/modules/user/pass-authentication.vue @@ -1,63 +1,140 @@ @@ -114,7 +191,7 @@ export default { } this.options = res.data.options }) - .catch(() => {}) + .catch(() => { }) }, watch: { 'deptIdList': function (val) { @@ -147,7 +224,7 @@ export default { return this.$message.error(res.msg) } this.streetOptions = res.data - }).catch(() => {}) + }).catch(() => { }) }, getCommunityList () { this.communityOptions = this.gridOptions = [] @@ -158,7 +235,7 @@ export default { return this.$message.error(res.msg) } this.communityOptions = res.data - }).catch(() => {}) + }).catch(() => { }) } }, getGridList () { @@ -170,7 +247,7 @@ export default { return this.$message.error(res.msg) } this.gridOptions = res.data - }).catch(() => {}) + }).catch(() => { }) } }, setRegistTime () {