From 4c27f36ba68607f4a05ff8a4c1b8b900a174c91b Mon Sep 17 00:00:00 2001 From: qushutong <1976590620@qq.com> Date: Thu, 12 Sep 2019 16:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=85=9A=E5=91=98=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E8=81=8C=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/partymembers.vue | 212 ++++++++++++++++-------- 1 file changed, 140 insertions(+), 72 deletions(-) diff --git a/src/views/modules/user/partymembers.vue b/src/views/modules/user/partymembers.vue index 4165e05e..bd635cf0 100755 --- a/src/views/modules/user/partymembers.vue +++ b/src/views/modules/user/partymembers.vue @@ -1,58 +1,69 @@ @@ -177,7 +245,7 @@ export default { return this.$message.error(res.msg) } this.streetOptions = res.data - }).catch(() => {}) + }).catch(() => { }) }, getCommunityList () { this.dataForm.communityId = '' @@ -187,7 +255,7 @@ export default { return this.$message.error(res.msg) } this.communityOptions = res.data - }).catch(() => {}) + }).catch(() => { }) }, getGridList () { this.dataForm.gridId = '' @@ -196,7 +264,7 @@ 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 }) => { @@ -204,7 +272,7 @@ 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 }) => { @@ -212,7 +280,7 @@ export default { return this.$message.error(res.msg) } this.postOptions = res.data - }).catch(() => {}) + }).catch(() => { }) }, formatCadre: function (row, column) { return row.cadreFlag === '1' ? '是' : row.cadreFlag === '0' ? '否' : '未知'