Browse Source

代码格式化

feature/yujt_analysis_pc
yujt 5 years ago
parent
commit
46f97c043e
  1. 2
      src/views/modules/activity/topic-list.vue
  2. 2
      src/views/modules/police/police.vue
  3. 2
      src/views/modules/police/topic-list.vue
  4. 2
      src/views/modules/property/topic-list.vue

2
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)

2
src/views/modules/police/police.vue

@ -134,7 +134,7 @@ export default {
// }).then(() => {
this.deleteHandle(id)
// })
},
}
}
}
</script>

2
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)

2
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)

Loading…
Cancel
Save