Browse Source

分开提交

feature
zhangyuan 3 years ago
parent
commit
5e00f4bb97
  1. 2
      src/views/modules/base/community/communityExportInfo.vue
  2. 2
      src/views/modules/base/community/communityTable.vue

2
src/views/modules/base/community/communityExportInfo.vue

@ -335,7 +335,7 @@ export default {
searchForm: { ...this.search },
exportConfig: {
...this.form,
formCode: 'resi_base_info',
formCode: 'community_info',
itemList: this.rightList.map(item => {
return {
itemId: item.id,

2
src/views/modules/base/community/communityTable.vue

@ -310,7 +310,7 @@
ref="ref_diy"
:list="exportList"
:search="{
formCode: 'resi_base_info',
formCode: 'community_info',
pageNo: pageNo,
pageSize: pageSize,
conditions: conditions,

Loading…
Cancel
Save