|
|
|
@ -817,14 +817,16 @@ export default { |
|
|
|
console.log(this.selTreeObj,'传给子组件'); |
|
|
|
this.$nextTick(()=>{ |
|
|
|
this.$refs["ref_buildingTable"].loadTable("tree", this.selTreeObj); |
|
|
|
this.buildingId = this.selTreeObj.id; |
|
|
|
this.neighborHoodId = this.selTreeObj.pid; |
|
|
|
}) |
|
|
|
this.selAgencyId = ""; |
|
|
|
this.selGridId = ""; |
|
|
|
await this.getValiheList(); |
|
|
|
this.neighborHoodId = this.selTreeObj.pid; |
|
|
|
|
|
|
|
await this.getBuildList(); |
|
|
|
await nextTick(2000); |
|
|
|
this.buildingId = this.selTreeObj.id; |
|
|
|
// await nextTick(2000); |
|
|
|
// this.buildingId = this.selTreeObj.id; |
|
|
|
await this.getUniList(); |
|
|
|
this.vDisabled = true; |
|
|
|
this.bDisabled = true; |
|
|
|
|