|
|
@ -231,7 +231,7 @@ export default { |
|
|
|
}, |
|
|
|
look (id) { |
|
|
|
this.$parent.selectComponent = 'TopicDetail' |
|
|
|
this.$router.push({ path: '/group-topic', query: { id: id } }) |
|
|
|
this.$router.push({ path: '/property-topic', query: { id: id } }) |
|
|
|
}, |
|
|
|
getGroupList () { |
|
|
|
this.$http.get('/property/group/groupList').then(({ data: res }) => { |
|
|
|