|
@ -218,13 +218,13 @@ export default { |
|
|
this.unitArr = [] |
|
|
this.unitArr = [] |
|
|
this.houseArr = [] |
|
|
this.houseArr = [] |
|
|
this.$http |
|
|
this.$http |
|
|
.post('/gov/org/icbuilding/buildingoption', { neighborHoodId: this.dataForm.neighborhoodIdoodId}) |
|
|
.post('/gov/org/icbuilding/buildingoption', { neighborHoodId: this.dataForm.neighborhoodId}) |
|
|
.then(({ data: res }) => { |
|
|
.then(({ data: res }) => { |
|
|
if (res.code !== 0) { |
|
|
if (res.code !== 0) { |
|
|
return this.$message.error(res.msg) |
|
|
return this.$message.error(res.msg) |
|
|
} else { |
|
|
} else { |
|
|
console.log('获取查询详情成功', res.data) |
|
|
console.log('获取查询详情成功', res.data) |
|
|
this.builidingArr = res.data |
|
|
this.buildingArr = res.data |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
.catch(() => { |
|
|
.catch(() => { |
|
|