Browse Source

修改以城找人列表导出地址错误问题

feature/syp_points
liuchuang 5 years ago
parent
commit
c4c4dcc2b1
  1. 2
      src/views/modules/user/selectPeopleByCity.vue

2
src/views/modules/user/selectPeopleByCity.vue

@ -51,7 +51,7 @@ export default {
mixinViewModuleOptions: { mixinViewModuleOptions: {
getDataListURL: '/app-user/populationinformation/selectPeopleByCurrentAddress', getDataListURL: '/app-user/populationinformation/selectPeopleByCurrentAddress',
getDataListIsPage: true, getDataListIsPage: true,
exportURL: '/app-user/populationinformation/getFamily/export' exportURL: '/app-user/populationinformation/selectPeopleByCurrentAddress/export'
}, },
dataForm: { dataForm: {
populationId: '' populationId: ''

Loading…
Cancel
Save