| | |
| | | if (id != '') { |
| | | this.showBack = false |
| | | this.isAllPoliceStation = false |
| | | |
| | | this.tabTypeThree = 0 |
| | | } else { |
| | | this.showBack = true |
| | | this.isAllPoliceStation = true |
| | |
| | | let personInfo = await this.getPersonInfo() |
| | | |
| | | keyPersonmyChart.setOption(this.initkeyPersonOption(personInfo)) |
| | | |
| | | this.clickkeyPersonChart() |
| | | }, |
| | | /** |
| | | * @description: 调用接口获取重点人员数据 |
| | |
| | | msg = params.value + '人' |
| | | } |
| | | |
| | | msg = `${params.marker} ${params.name}<strong style="margin-left:10px">${msg}</strong>'` |
| | | msg = `${params.marker} ${params.name}<strong style="margin-left:10px">${msg}</strong>` |
| | | return msg |
| | | } |
| | | }, |
| | |
| | | * @return {*} |
| | | */ |
| | | clickLandChart () { |
| | | landMyChart.off('click') |
| | | |
| | | landMyChart.on('click', params => { |
| | | if (this.tabTypeThree == 0) { |
| | | this.$emit('showlanddetail', params.name, 2, params.data.id) |
| | |
| | | this.disposeEchart() |
| | | this.disposeHouseEchart() |
| | | this.disposeLandEchart() |
| | | |
| | | if (leftTiming != null) { |
| | | clearInterval(leftTiming) |
| | | leftTiming = null |
| | | } |
| | | } |
| | | } |
| | | </script> |