| | |
| | | this.keyPersonVisible = true |
| | | this.keyPeopleType = status |
| | | this.peoplePage.currentPage = 1 |
| | | this.keyPersonTitle = status == 1 ? "户籍人口详情" : status == 2 ? "实有人口详情" : status == 3 ? "实有人口详情" : "未成年详情" |
| | | this.keyPersonTitle = status == 1 ? "户籍人口详情" : status == 2 ? "实有人口详情" : status == 3 ? "重点人口详情" : "未成年人口详情" |
| | | this.peopleNoDataText = ' ' |
| | | this.keyPeopleLoading = true |
| | | this.personDetailArr = [] |
| | |
| | | this.peopleNoDataText = '暂无户籍人口信息' |
| | | } else if (this.keyPeopleType == 2) { |
| | | this.peopleNoDataText = '暂无实有人口信息' |
| | | } else { |
| | | } else if (this.keyPeopleType == 3) { |
| | | this.peopleNoDataText = '暂无重点人口信息' |
| | | // 户室为楼栋情况 |
| | | } else if (this.keyPeopleType == 4) { |
| | | this.peopleNoDataText = '暂无未成年人口信息' |
| | | } else { |
| | | this.residentNoDataText = '暂无户室信息' |
| | | } |
| | | } |
| | |
| | | this.peopleNoDataText = '暂无户籍人口信息' |
| | | } else if (this.keyPeopleType == 2) { |
| | | this.peopleNoDataText = '暂无实有人口信息' |
| | | } else { |
| | | } else if (this.keyPeopleType == 3) { |
| | | this.peopleNoDataText = '暂无重点人口信息' |
| | | // 户室为楼栋情况 |
| | | } else if (this.keyPeopleType == 4) { |
| | | this.peopleNoDataText = '暂无未成年人口信息' |
| | | } else { |
| | | this.residentNoDataText = '暂无户室信息' |
| | | } |
| | | }, 500) |
| | | }) |