| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-02-13 11:05:29 |
| | | * @LastEditTime: 2023-02-13 17:31:59 |
| | | * @FilePath: \srs-police-affairs\src\views\video\list.vue |
| | | * @Description: 辖区管理 |
| | | * |
| | |
| | | }) |
| | | |
| | | getTreeDevicesNearby({ longitude, latitude, mileage: 1 }).then(res => { |
| | | |
| | | res.data.data.forEach(item => { |
| | | if (item.longitude && item.latitude) { |
| | | this.$EventBus.$emit('layerPointAdd', { |
| | |
| | | lat: item.latitude, |
| | | alt: 0, |
| | | url: '/img/icon/video.png', |
| | | channelId: node.id |
| | | channelId: item.channelId |
| | | }, |
| | | incident: this.siteClick |
| | | }) |