Browse Source

作梅2

dev-用户反馈
dai 3 years ago
parent
commit
b162af4b17
  1. 2
      src/views/modules/base/community/roomTable.vue
  2. 10
      src/views/modules/base/resi.vue

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

@ -293,7 +293,6 @@ export default {
methods: {
reportForm() {
let paramMap = {
searchForm:{
pageSize: this.pageSize,
pageNo: this.pageNo,
level: this.agencyLevel,
@ -306,7 +305,6 @@ export default {
sortType: this.sortType,
updateStartDate: this.updateStartDate,
updateEndDate: this.updateEndDate,
}
};
this.$refs.baobiao.init({
elseParams: {

10
src/views/modules/base/resi.vue

@ -465,10 +465,12 @@ export default {
this.$refs.baobiao.init({
elseParams: {
categoryKeys:['resi_info'], categoryKey: 'resi_info', paramMap:{
formCode: 'resi_base_info',
pageNo: this.currentPage,
pageSize: this.pageSize,
conditions: this.conditions
searchForm:{
formCode: 'resi_base_info',
pageNo: this.currentPage,
pageSize: this.pageSize,
conditions: this.conditions
}
}
}
})

Loading…
Cancel
Save