Browse Source

作梅测试包一层searchForm

V1.0
dai 3 years ago
parent
commit
8cccee41a2
  1. 2
      src/views/modules/base/community/roomTable.vue

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

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

Loading…
Cancel
Save