| | |
| | | let villageId = res.data.data.aoiId |
| | | // let villageId = res.data.data.Md5Id |
| | | //直接进入社区 默认获取万达广场的包干民警及所属辖区 |
| | | // this.getVillageInfo('644A2C4049024A3C8C76D96EEE4366FD') |
| | | // this.getVillageInfo(villageId) |
| | | |
| | | // 测试万达 |
| | | this.getVillageInfo(villageId) |
| | |
| | | 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 => { |
| | |
| | | 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) |
| | | }) |
| | | }, |
| | | |
| | |
| | | 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(() => { |