Browse Source

导出功能增加

master
李鹏飞 6 years ago
parent
commit
1fcccd2dd8
  1. 3
      src/views/modules/group/topic-list.vue

3
src/views/modules/group/topic-list.vue

@ -95,7 +95,8 @@ export default {
return {
mixinViewModuleOptions: {
getDataListURL: '/group/topic/page',
getDataListIsPage: true
getDataListIsPage: true,
exportURL: '/group/topic/export'
},
closeVisible: false,
dataForm: {

Loading…
Cancel
Save