From 46f97c043e2842c14755bccd1ca6430c75cc32fa Mon Sep 17 00:00:00 2001 From: yujt Date: Wed, 8 Jul 2020 14:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/activity/topic-list.vue | 2 +- src/views/modules/police/police.vue | 2 +- src/views/modules/police/topic-list.vue | 2 +- src/views/modules/property/topic-list.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/activity/topic-list.vue b/src/views/modules/activity/topic-list.vue index ed3c363..01415fd 100644 --- a/src/views/modules/activity/topic-list.vue +++ b/src/views/modules/activity/topic-list.vue @@ -234,7 +234,7 @@ export default { this.$router.push({ path: '/activity-topic', query: { id: id } }) }, getGroupList () { - let postData = { sectionCode: 'interest_group'}; + let postData = { sectionCode: 'interest_group' } this.$http.get('/property/group/groupList', { params: postData }).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) diff --git a/src/views/modules/police/police.vue b/src/views/modules/police/police.vue index a776b0c..10945f7 100644 --- a/src/views/modules/police/police.vue +++ b/src/views/modules/police/police.vue @@ -134,7 +134,7 @@ export default { // }).then(() => { this.deleteHandle(id) // }) - }, + } } } diff --git a/src/views/modules/police/topic-list.vue b/src/views/modules/police/topic-list.vue index 283f487..2210b48 100644 --- a/src/views/modules/police/topic-list.vue +++ b/src/views/modules/police/topic-list.vue @@ -234,7 +234,7 @@ export default { this.$router.push({ path: '/police-topic', query: { id: id } }) }, getGroupList () { - let postData = { sectionCode: 'theme_group', categoryCode: "police_group", typeKey: "community_party" }; + let postData = { sectionCode: 'theme_group', categoryCode: 'police_group', typeKey: 'community_party' } this.$http.get('/property/group/groupList', { params: postData }).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) diff --git a/src/views/modules/property/topic-list.vue b/src/views/modules/property/topic-list.vue index bf5fa5a..f0a82c3 100644 --- a/src/views/modules/property/topic-list.vue +++ b/src/views/modules/property/topic-list.vue @@ -234,7 +234,7 @@ export default { this.$router.push({ path: '/property-topic', query: { id: id } }) }, getGroupList () { - let postData = { sectionCode: 'theme_group', categoryCode: "property_group", typeKey: "grid_party" }; + let postData = { sectionCode: 'theme_group', categoryCode: 'property_group', typeKey: 'grid_party' } this.$http.get('/property/group/groupList', { params: postData }).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg)