| | |
| | | } |
| | | }, |
| | | getHouseHoldData() { |
| | | uni.showLoading({ |
| | | title: '加载中' |
| | | }) |
| | | statisticsModal.getHouseholdStatistics({ |
| | | code: this.chilrenList.join(","), |
| | | roleType: this.getRoleType() |
| | |
| | | this.sexData = data.gender; |
| | | this.setPersonData(data.age) |
| | | this.setSexData(data.gender) |
| | | uni.hideLoading() |
| | | }) |
| | | }, |
| | | |
| | | getHouseLabelData() { |
| | | uni.showLoading({ |
| | | title: '加载中' |
| | | }) |
| | | statisticsModal.getHouseLabelStatistic({ |
| | | code: this.chilrenList.join(","), |
| | | roleType: this.getRoleType() |
| | |
| | | let data = res.data; |
| | | this.houseLabelData = data; |
| | | this.setHouseLabelData(data) |
| | | uni.hideLoading() |
| | | }) |
| | | }, |
| | | // 设置房屋标签 |