| | |
| | | this.getResident3DData(residentId) |
| | | } else { |
| | | residentId = params.std_addr_id.split('|')[1] |
| | | this.getVillagePersonInfo('独栋', residentId) |
| | | this.getVillagePersonInfo('', residentId, '', '', '', '', '独栋') |
| | | // this.$EventBus.$emit("toPosition", { |
| | | // siteJd: Number(params.lng), |
| | | // siteWd: Number(params.lat) - 0.0021, |
| | |
| | | }, |
| | | |
| | | // 房屋人口信息 |
| | | getVillagePersonInfo (resBusId, buildId, typeObj, current, realName, phone) { |
| | | getVillagePersonInfo (resBusId, buildId, typeObj, current, realName, phone, isDuDong) { |
| | | getVillagePersonInfo( |
| | | resBusId, |
| | | buildId, |
| | |
| | | phone |
| | | ).then((res) => { |
| | | if (buildId) { |
| | | if (resBusId == '独栋') { |
| | | if (isDuDong == '独栋') { |
| | | this.houseDate = res.data.data.records |
| | | setTimeout(() => { |
| | | this.residentLoading = false |