@@ -777,6 +777,7 @@
});
},
openTvwall(){
+ this.mapshow=false
this.$emit('fatherMethod', this.dianshiqiang, this.longitude, this.latitude, this.userList);
/**
@@ -1097,6 +1097,7 @@ import {
selectConfigKey
} from "@/api/system/config";
import Cookies from 'js-cookie';
+import request from "../utils/request";
export default {
dicts: ['task_source'],
watch: {
@@ -1701,7 +1702,10 @@ export default {
type: type,
radius: this.radius
}
- listResourceByWz(param).then(res => {
+ request({
+ url: `/center-monitor/camera/findNearbyCameras/${param.longitude}/${param.latitude}/${param.radius}`,
+ method: 'get'
+ }).then(res => {
if (res.data != null && res.data.length > 0) {
this.resourcesListCheck.push(type)
var markersList = []
@@ -1734,6 +1734,7 @@ import {
joinConferences
} from "@/api/meeting";
import findUserByDept from '@/views/findUserByDept' //责任人选择弹框
@@ -2353,7 +2354,10 @@ export default {