From 55a5ee97b59cb15f240b82242b9892a11b333ff1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Fri, 20 Dec 2019 10:37:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E8=AE=A4=E8=AF=81=20=E5=8A=A0?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/user/wait-authentication.vue | 187 +++++++++++++----- 1 file changed, 133 insertions(+), 54 deletions(-) diff --git a/src/views/modules/user/wait-authentication.vue b/src/views/modules/user/wait-authentication.vue index 14af774d..ad2a8115 100644 --- a/src/views/modules/user/wait-authentication.vue +++ b/src/views/modules/user/wait-authentication.vue @@ -1,55 +1,134 @@ @@ -104,7 +183,7 @@ export default { } this.options = res.data.options }) - .catch(() => {}) + .catch(() => { }) }, watch: { 'deptIdList': function (val) { @@ -137,7 +216,7 @@ export default { return this.$message.error(res.msg) } this.streetOptions = res.data - }).catch(() => {}) + }).catch(() => { }) }, getCommunityList () { this.communityOptions = this.gridOptions = [] @@ -148,7 +227,7 @@ export default { return this.$message.error(res.msg) } this.communityOptions = res.data - }).catch(() => {}) + }).catch(() => { }) } }, getGridList () { @@ -160,7 +239,7 @@ export default { return this.$message.error(res.msg) } this.gridOptions = res.data - }).catch(() => {}) + }).catch(() => { }) } }, setRegistTime () {