| | |
| | | <!-- |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-04-04 17:02:25 |
| | | * @LastEditors: song |
| | | * @LastEditTime: 2023-04-05 01:34:19 |
| | | * @FilePath: \srs-police-affairs\src\views\home\index.vue |
| | | * @Description: 小区-栋-层-房屋 |
| | | * |
| | |
| | | }) |
| | | |
| | | if (e == true) { |
| | | initMapPosition() |
| | | if(this.userInfo.dept_id == '1123598813738675201'){ |
| | | //分局定位 |
| | | initMapPosition() |
| | | } |
| | | else{ |
| | | //其他派出所定位 |
| | | const center = this.getAllRegionCenter(this.areaOptions) |
| | | |
| | | this.$EventBus.$emit('toPosition', { |
| | | siteJd: center[0] + 0.0046, |
| | | siteWd: center[1] - 0.04, |
| | | siteGd: 4000, |
| | | siteHeading: -3, |
| | | sitePitch: -45 |
| | | }) |
| | | } |
| | | |
| | | this.getEquipmentAll({ type: 0, deptId: this.policeStaionID == '' ? this.userInfo.dept_id : this.policeStaionID }) |
| | | } |
| | |
| | | }) |
| | | |
| | | if (e == true) { |
| | | initMapPosition() |
| | | |
| | | if(this.userInfo.dept_id == '1123598813738675201'){ |
| | | //分局定位 |
| | | initMapPosition() |
| | | } |
| | | else{ |
| | | //其他派出所定位 |
| | | const center = this.getAllRegionCenter(this.areaOptions) |
| | | |
| | | this.$EventBus.$emit('toPosition', { |
| | | siteJd: center[0] + 0.0046, |
| | | siteWd: center[1] - 0.04, |
| | | siteGd: 4000, |
| | | siteHeading: -3, |
| | | sitePitch: -45 |
| | | }) |
| | | } |
| | | |
| | | |
| | | this.getEquipmentAll({ type: 1, deptId: this.policeStaionID == '' ? this.userInfo.dept_id : this.policeStaionID }) |
| | | } |