Browse Source

房屋租赁房屋信息回填改用表单回填

kersd
mk 2 years ago
parent
commit
7118fe011c
  1. 2
      src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

2
src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

@ -933,7 +933,7 @@ export default {
await this.getBuildList()
await this.getUniList()
await this.getHouseList()
await this.getOwnerInfo()
// await this.getOwnerInfo()
},
getAgencyList() {
return new Promise((resolve, reject) => {

Loading…
Cancel
Save