Browse Source

警民话题的导出以及查看功能

feature/yujt_analysis_pc
zhangyuan 5 years ago
parent
commit
8533a2afad
  1. 4
      src/views/modules/police/topic-list.vue

4
src/views/modules/police/topic-list.vue

@ -145,7 +145,7 @@ export default {
mixinViewModuleOptions: {
getDataListURL: '/property/topic/policepage',
getDataListIsPage: true,
exportURL: '/property/topic/export'
exportURL: '/property/topic/policeexport'
},
closeVisible: false,
dataForm: {
@ -231,7 +231,7 @@ export default {
},
look (id) {
this.$parent.selectComponent = 'TopicDetail'
this.$router.push({ path: '/property-topic', query: { id: id } })
this.$router.push({ path: '/police-topic', query: { id: id } })
},
getGroupList () {
this.$http.get('/property/group/groupList').then(({ data: res }) => {

Loading…
Cancel
Save