1
guanqb
2023-08-01 069742fda6893647dc499831a1c5e60327d784a2
1
1 files modified
6 ■■■■ changed files
src/views/house/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -1638,7 +1638,7 @@
                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,
@@ -2167,7 +2167,7 @@
        },
        // 房屋人口信息
        getVillagePersonInfo (resBusId, buildId, typeObj, current, realName, phone) {
        getVillagePersonInfo (resBusId, buildId, typeObj, current, realName, phone, isDuDong) {
            getVillagePersonInfo(
                resBusId,
                buildId,
@@ -2177,7 +2177,7 @@
                phone
            ).then((res) => {
                if (buildId) {
                    if (resBusId == '独栋') {
                    if (isDuDong == '独栋') {
                        this.houseDate = res.data.data.records
                        setTimeout(() => {
                            this.residentLoading = false