| | |
| | | }, 200) |
| | | this.isShowFloorCount = true |
| | | // 获取户籍人口重点人口数据 |
| | | console.log(item, 'item-------------') |
| | | this.choosedBuildUid = item.build_uid |
| | | this.choosedBuildStdId = item.build_std_addr_id |
| | | // 重点人口户籍人口 |
| | |
| | | this.keyPersonVisible = true |
| | | this.keyPeopleType = status |
| | | this.peoplePage.currentPage = 1 |
| | | this.keyPersonTitle = status == 1 ? "户籍人口详情" : status == 2 ? "实有人口详情" : "重点人口详情" |
| | | this.keyPersonTitle = status == 1 ? "户籍人口详情" : status == 2 ? "实有人口详情" : status == 3 ? "实有人口详情" : "未成年详情" |
| | | this.peopleNoDataText = ' ' |
| | | this.keyPeopleLoading = true |
| | | this.personDetailArr = [] |
| | | |
| | | |
| | | this.getVillagePersonInfo( |
| | | "", |
| | | this.choosedBuildUid, |
| | | {type: status} |
| | | // this.choosedBuildUid,//之前无法获取人口数据 |
| | | this.choosedBuildStdId, |
| | | { type: status }, |
| | | this.peoplePage.currentPage, |
| | | ) |
| | | }, |
| | | |
| | |
| | | this.keyPeopleLoading = true |
| | | this.peoplePage.currentPage = currentPage |
| | | this.personDetailArr = [] |
| | | let typeObj = {} |
| | | if (this.keyPeopleType == 1 || this.keyPeopleType == 2) { |
| | | typeObj = { peopletype: this.keyPeopleType } |
| | | } else { |
| | | typeObj = { status: 2 } |
| | | } |
| | | this.getVillagePersonInfo( |
| | | "", |
| | | this.choosedBuildUid, |
| | | typeObj, |
| | | this.choosedBuildStdId, |
| | | { type: this.keyPeopleType }, |
| | | currentPage |
| | | ) |
| | | }, |
| | |
| | | this.peopleName = "" |
| | | this.peoplePage.currentPage = 1 |
| | | this.personDetailArr = [] |
| | | let typeObj = {} |
| | | if (this.keyPeopleType == 1 || this.keyPeopleType == 2) { |
| | | typeObj = { peopletype: this.keyPeopleType } |
| | | } else { |
| | | typeObj = { status: 2 } |
| | | } |
| | | this.getVillagePersonInfo( |
| | | "", |
| | | this.choosedBuildUid, |
| | | typeObj, |
| | | this.choosedBuildStdId, |
| | | { type: this.keyPeopleType }, |
| | | this.peoplePage.currentPage |
| | | ) |
| | | }, |
| | |
| | | this.keyPeopleLoading = true |
| | | this.peoplePage.currentPage = 1 |
| | | this.personDetailArr = [] |
| | | let typeObj = {} |
| | | if (this.keyPeopleType == 1 || this.keyPeopleType == 2) { |
| | | typeObj = { peopletype: this.keyPeopleType } |
| | | } else { |
| | | typeObj = { status: 2 } |
| | | } |
| | | this.getVillagePersonInfo( |
| | | "", |
| | | this.choosedBuildUid, |
| | | typeObj, |
| | | this.choosedBuildStdId, |
| | | { type: this.keyPeopleType }, |
| | | this.peoplePage.currentPage, |
| | | this.peopleName, |
| | | this.callPhone |