@ -256,7 +256,18 @@ export default {
methods: {
reportForm(){
let paramMap = {
neighborHoodId: this.agencyObj.id
pageSize: this.pageSize,
pageNo: this.pageNo,
level: this.agencyObj.level,
id: this.agencyObj.id,
ownerName: this.ownerName,
ownerPhone: this.ownerPhone,
rentFlag: this.rentFlag,
purpose: this.purpose,
remark: this.remark,
sortType: this.sortType,
updateStartDate: this.updateStartDate,
updateEndDate: this.updateEndDate,
};
this.$refs.baobiao.init({
elseParams: {
@ -287,8 +287,18 @@ export default {
id: this.agencyObj.id
@ -23,7 +23,7 @@
min-width="150"
></el-table-column>
<el-table-column
label="客户配置"
label="操作"
fixed="right"
header-align="center"
align="center"