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