Browse Source

作梅2

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

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

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

Loading…
Cancel
Save