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