Browse Source

改了也不知道有用美

feature
dai 3 years ago
parent
commit
f2122883ef
  1. 13
      src/views/modules/base/community/buildTable.vue
  2. 12
      src/views/modules/base/community/communityTable.vue
  3. 947
      src/views/modules/base/community/roomTable.vue
  4. 2
      src/views/modules/cpts/baobiao/index.vue

13
src/views/modules/base/community/buildTable.vue

@ -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: {

12
src/views/modules/base/community/communityTable.vue

@ -287,8 +287,18 @@ export default {
methods: {
reportForm(){
let paramMap = {
pageSize: this.pageSize,
pageNo: this.pageNo,
level: this.agencyObj.level,
id: this.agencyObj.id
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: {

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

File diff suppressed because it is too large

2
src/views/modules/cpts/baobiao/index.vue

@ -23,7 +23,7 @@
min-width="150"
></el-table-column>
<el-table-column
label="客户配置"
label="操作"
fixed="right"
header-align="center"
align="center"

Loading…
Cancel
Save