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 }, searchForm: { ...this.search },
exportConfig: { exportConfig: {
...this.form, ...this.form,
formCode: 'resi_base_info', formCode: 'community_info',
itemList: this.rightList.map(item => { itemList: this.rightList.map(item => {
return { return {
itemId: item.id, itemId: item.id,

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

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

Loading…
Cancel
Save