guanqb
2023-05-24 5762b43e350ed19ad595b0bc54f8ff7cceb3c017
修改
1 files modified
13 ■■■■ changed files
src/views/house/index.vue 13 ●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -1630,7 +1630,6 @@
        // 点击户室--大搜
        residentDetailsClick (params) {
            let residentId = ''
            if (params.exttype == 'room') {
                residentId = params.std_addr_id.split('|')[2]
                this.getVillagePersonInfo(residentId)
@@ -1639,12 +1638,12 @@
            } else {
                residentId = params.std_addr_id.split('|')[1]
                this.getVillagePersonInfo('', residentId)
                this.$EventBus.$emit("toPosition", {
                    siteJd: Number(params.lng),
                    siteWd: Number(params.lat) - 0.0021,
                    siteGd: 240,
                    sitePitch: -45,
                })
                // this.$EventBus.$emit("toPosition", {
                //     siteJd: Number(params.lng),
                //     siteWd: Number(params.lat) - 0.0021,
                //     siteGd: 240,
                //     sitePitch: -45,
                // })
            }
            console.log('residentDetailsClick--then')
            this.getPicURL(residentId)