Browse Source

话题查看跳转

feature/yujt_analysis_pc
曲树通 5 years ago
parent
commit
0b7f4ef05a
  1. 2
      src/views/modules/property/topic-list.vue

2
src/views/modules/property/topic-list.vue

@ -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 }) => {

Loading…
Cancel
Save