|
|
@ -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 |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|