| | |
| | | this.areaOptionData = areaOptionData |
| | | this.policeStationOptions = policeStationOptions |
| | | this.housingDate = housingDate |
| | | console.log(housingDate, '111222333') |
| | | }, |
| | | mounted () { |
| | | this.initEquipmentEcharts() |
| | |
| | | }, |
| | | methods: { |
| | | policeStationSelect (item) { |
| | | // console.log(item) |
| | | this.policeStationCheckValue = item.policeStationName |
| | | if (item.policeStationName == "全部") { |
| | | this.clearPolygonLayer() |
| | |
| | | sitePitch: -45 |
| | | }) |
| | | this.areaOptions = [] |
| | | this.JurisdictionData = [] |
| | | this.housingOptions = [] |
| | | this.areaCheckValue = '请选择责任区' |
| | | this.housingCheckValue = '请选择小区' |
| | | } else { |
| | |
| | | this.areaCheckValue = item.areaCheckName |
| | | if (item.areaCheckName == "全部") { |
| | | this.initAreaOptionLayer(this.policeStaionChecked) |
| | | this.housingOptions = [] |
| | | this.housingCheckValue = '请选择小区' |
| | | } else { |
| | | this.areaChecked = item |
| | | this.initHousingLayer(item) |