| | |
| | | */ |
| | | getHomeAllData (id = '') { |
| | | this.policeStaionID = id |
| | | this.clickPoliceStationId = id |
| | | |
| | | this.isFirstMounted = true |
| | | if (id != '') { |
| | | this.showBack = false |
| | |
| | | * @return {*} |
| | | */ |
| | | personTabClick (type) { |
| | | console.log('type', type, 'this.tabType', this.tabType, 'this.isFirstMounted', this.isFirstMounted) |
| | | if (type == 0) { |
| | | if (this.tabType == 0 && !this.isFirstMounted) { |
| | | console.log('再次点击人口总数', this.isFirstMounted) |
| | |
| | | * @return {*} |
| | | */ |
| | | backBegin () { |
| | | this.clickPoliceStationId = this.userInfo.dept_id |
| | | this.personAll = curSubofficeData |
| | | this.dataDeep = 1 |
| | | this.initPersonEcharts() |
| | |
| | | }, |
| | | |
| | | policeStationSelect (item) { |
| | | if (this.policeStationCheckValue == item.name) return |
| | | if (this.policeStationCheckValue == item.name && this.policeStationCheckValue != '全部') return |
| | | |
| | | this.policeStationCheckValue = item.name |
| | | this.selectHouseClass = true |