|
@ -599,11 +599,9 @@ export default { |
|
|
|
|
|
|
|
|
async getBuildList() { |
|
|
async getBuildList() { |
|
|
const url = "/actual/base/communityBuilding/buildingoption"; |
|
|
const url = "/actual/base/communityBuilding/buildingoption"; |
|
|
|
|
|
|
|
|
let params = { |
|
|
let params = { |
|
|
quartersId: this.neighborHoodId, |
|
|
quartersId: this.neighborHoodId, |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
const { data, code, msg } = await requestPost(url, params); |
|
|
const { data, code, msg } = await requestPost(url, params); |
|
|
|
|
|
|
|
|
if (code === 0) { |
|
|
if (code === 0) { |
|
@ -800,6 +798,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
async handleNodeClick(obj) { |
|
|
async handleNodeClick(obj) { |
|
|
|
|
|
// |
|
|
this.ownerName = ""; |
|
|
this.ownerName = ""; |
|
|
this.ownerPhone = ""; |
|
|
this.ownerPhone = ""; |
|
|
this.rentFlag = ""; |
|
|
this.rentFlag = ""; |
|
@ -815,6 +814,7 @@ export default { |
|
|
this.bDisabled = false; |
|
|
this.bDisabled = false; |
|
|
if (obj.level === "building") { |
|
|
if (obj.level === "building") { |
|
|
//点击楼栋 |
|
|
//点击楼栋 |
|
|
|
|
|
console.log(this.selTreeObj,'传给子组件'); |
|
|
this.$refs["ref_buildingTable"].loadTable("tree", this.selTreeObj); |
|
|
this.$refs["ref_buildingTable"].loadTable("tree", this.selTreeObj); |
|
|
this.selAgencyId = ""; |
|
|
this.selAgencyId = ""; |
|
|
this.selGridId = ""; |
|
|
this.selGridId = ""; |
|
|