1
guanqb
2023-08-11 4269b7f213ca8d5849f77606b2f641e153812589
1
1 files modified
5 ■■■■ changed files
src/views/house/index.vue 5 ●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -894,8 +894,6 @@
                let villageId = res.data.data.aoiId
                // let villageId = res.data.data.Md5Id
                //直接进入社区 默认获取万达广场的包干民警及所属辖区
                // this.getVillageInfo('644A2C4049024A3C8C76D96EEE4366FD')
                // this.getVillageInfo(villageId)
                // 测试万达
                this.getVillageInfo(villageId)
@@ -1438,6 +1436,7 @@
                        this.floorInfo.elev = houseUintList.elev == 1 ? '有' : '无'
                        this.isShowFloorCount = false
                        let aoiId = houseUintList.std_addr_id.split("|")[0]
                        this.choosedBuildUid = aoiId
                        this.getVillagePersonStatisticInfoByBuildId({ aoiId })
                        let houseCount = 0
                        this.unitChoosedArr.forEach(item => {
@@ -2146,7 +2145,6 @@
                this.villageInfo.unexaminedNumber = res.data.data.unexaminedNumber
                this.villageInfo.verifiedNumber = res.data.data.verifiedNumber
                this.villageInfo.busTotalNumber = res.data.data.busTotalNumber
                console.log('getVillageInfo', res)
            })
        },
@@ -2190,7 +2188,6 @@
                    setTimeout(() => {
                        this.personDetailArr = res.data.data.records
                    }, 500)
                    console.log('getVillagePersonInfo', res)
                    this.peoplePage.pageSize = res.data.data.size
                    this.peoplePage.total = res.data.data.total
                    setTimeout(() => {