|
@@ -31,7 +31,7 @@
|
|
<h5>传感器</h5>
|
|
<h5>传感器</h5>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="icon-con w-33 m-btm-no" :class="{on:onLa}" @click="$refs.supermap.clearG()">
|
|
|
|
|
|
+ <div class="icon-con w-33 m-btm-no" :class="{on:onLa}" @click="laClick">
|
|
<div class="icon icon-dot"></div>
|
|
<div class="icon icon-dot"></div>
|
|
<div class="icon-text">
|
|
<div class="icon-text">
|
|
<h6>{{ loudspeakerNum }}</h6>
|
|
<h6>{{ loudspeakerNum }}</h6>
|
|
@@ -108,7 +108,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="i-list-con h-25">
|
|
<div class="i-list-con h-25">
|
|
<div class="d-l-con" v-for="(item,index) in keyAreaList" :class="{on:listCurrentIndex3 == index}"
|
|
<div class="d-l-con" v-for="(item,index) in keyAreaList" :class="{on:listCurrentIndex3 == index}"
|
|
- @click="getRegionalFlag(item.id)">
|
|
|
|
|
|
+ @click="getRegionalFlag(item.id,index)">
|
|
<div class="d-l-l-text">
|
|
<div class="d-l-l-text">
|
|
<i class="i-small"></i>
|
|
<i class="i-small"></i>
|
|
<h4>{{ item.areaName }}</h4>
|
|
<h4>{{ item.areaName }}</h4>
|
|
@@ -203,10 +203,11 @@
|
|
this.selectKeyAreaList()
|
|
this.selectKeyAreaList()
|
|
this.bottomMenuList() //获取底部公共组件消息和任务
|
|
this.bottomMenuList() //获取底部公共组件消息和任务
|
|
this.getTreeselect()
|
|
this.getTreeselect()
|
|
- this.deptId = Cookies.get("deptId")
|
|
|
|
|
|
+ this.deptId = Cookies.get("deptId");
|
|
|
|
+
|
|
// this.chuanSet()
|
|
// this.chuanSet()
|
|
this.getMonitorDeviceAndDataLists()
|
|
this.getMonitorDeviceAndDataLists()
|
|
- // this.getDlblistBydeptIds()
|
|
|
|
|
|
+ this.getDlblistBydeptIds(-1)
|
|
this.selectDeviceType(-1)
|
|
this.selectDeviceType(-1)
|
|
// this.getNotCoverPlaces(this.deptId);
|
|
// this.getNotCoverPlaces(this.deptId);
|
|
|
|
|
|
@@ -218,6 +219,7 @@
|
|
//摄像头名称
|
|
//摄像头名称
|
|
rightDeptName: undefined,
|
|
rightDeptName: undefined,
|
|
visuForestCloudCameraBOListSearch: [],
|
|
visuForestCloudCameraBOListSearch: [],
|
|
|
|
+ tempList: [],
|
|
// 部门名称
|
|
// 部门名称
|
|
cgqData: [],
|
|
cgqData: [],
|
|
deptName: undefined,
|
|
deptName: undefined,
|
|
@@ -284,10 +286,20 @@
|
|
this.$refs.tree.filter(val)
|
|
this.$refs.tree.filter(val)
|
|
},
|
|
},
|
|
rightDeptName(val) {
|
|
rightDeptName(val) {
|
|
- this.visuForestCloudCameraBOListSearch = [];
|
|
|
|
- for (let i in this.visuForestCloudCameraBOList) {
|
|
|
|
- if (this.visuForestCloudCameraBOList[i].cameraName.indexOf(val) != -1) {
|
|
|
|
- this.visuForestCloudCameraBOListSearch.push(this.visuForestCloudCameraBOList[i]);
|
|
|
|
|
|
+ if(['chuan','la'].includes(this.localMark)){
|
|
|
|
+ this.visuForestCloudCameraBOListSearch = [];
|
|
|
|
+ for (let i in this.tempList) {
|
|
|
|
+ if (this.tempList[i].cameraName.indexOf(val) != -1) {
|
|
|
|
+ this.visuForestCloudCameraBOListSearch.push(this.tempList[i]);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ else{
|
|
|
|
+ this.visuForestCloudCameraBOListSearch = [];
|
|
|
|
+ for (let i in this.visuForestCloudCameraBOList) {
|
|
|
|
+ if (this.visuForestCloudCameraBOList[i].cameraName.indexOf(val) != -1) {
|
|
|
|
+ this.visuForestCloudCameraBOListSearch.push(this.visuForestCloudCameraBOList[i]);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -359,7 +371,7 @@
|
|
// }, 5000)
|
|
// }, 5000)
|
|
// },
|
|
// },
|
|
/* 电视墙替换开始 */
|
|
/* 电视墙替换开始 */
|
|
- showTVWall(channelCode, channelName) {
|
|
|
|
|
|
+ showTVWall(channelCode, channelName,type) {
|
|
let tvListJson = [{
|
|
let tvListJson = [{
|
|
"switchTab": "2",
|
|
"switchTab": "2",
|
|
"treeLabels": [{
|
|
"treeLabels": [{
|
|
@@ -373,7 +385,7 @@
|
|
"id": "spcamera00010",
|
|
"id": "spcamera00010",
|
|
"labelCode": channelCode,
|
|
"labelCode": channelCode,
|
|
"labelName": channelName,
|
|
"labelName": channelName,
|
|
- "cameraType": "1",
|
|
|
|
|
|
+ "cameraType": type,
|
|
"parentLabelCode": "999"
|
|
"parentLabelCode": "999"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
@@ -383,7 +395,7 @@
|
|
"channelCode": channelCode,
|
|
"channelCode": channelCode,
|
|
"channelName": channelName,
|
|
"channelName": channelName,
|
|
"channelSn": null,
|
|
"channelSn": null,
|
|
- "cameraType": "1",
|
|
|
|
|
|
+ "cameraType": type,
|
|
"online": "1",
|
|
"online": "1",
|
|
"cameraCode": "1"
|
|
"cameraCode": "1"
|
|
}]
|
|
}]
|
|
@@ -429,7 +441,7 @@
|
|
} else if (that.localMark == 'chuan') {
|
|
} else if (that.localMark == 'chuan') {
|
|
that.getMonitorDeviceAndDataList()
|
|
that.getMonitorDeviceAndDataList()
|
|
} else if (that.localMark == 'la') {
|
|
} else if (that.localMark == 'la') {
|
|
- // that.getDlblistBydeptId()
|
|
|
|
|
|
+ that.getDlblistBydeptId()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
sheClick() {
|
|
sheClick() {
|
|
@@ -438,6 +450,7 @@
|
|
this.onChuan = false
|
|
this.onChuan = false
|
|
this.localMark = 'she'
|
|
this.localMark = 'she'
|
|
this.placeholderMsg = "请输入摄像头名称"
|
|
this.placeholderMsg = "请输入摄像头名称"
|
|
|
|
+ this.deptId = Cookies.get("deptId");
|
|
this.selectDeviceType()
|
|
this.selectDeviceType()
|
|
// this.getNotCoverPlaces(this.deptId);
|
|
// this.getNotCoverPlaces(this.deptId);
|
|
},
|
|
},
|
|
@@ -447,9 +460,9 @@
|
|
this.onChuan = false
|
|
this.onChuan = false
|
|
this.localMark = 'la'
|
|
this.localMark = 'la'
|
|
this.placeholderMsg = "请输入云广播名称"
|
|
this.placeholderMsg = "请输入云广播名称"
|
|
- this.deptId = Cookies.get("deptId")
|
|
|
|
|
|
+ this.deptId = Cookies.get("deptId");
|
|
this.getDlblistBydeptId()
|
|
this.getDlblistBydeptId()
|
|
- this.$refs.supermap.clearG();
|
|
|
|
|
|
+ // this.$refs.supermap.clearG();
|
|
},
|
|
},
|
|
chuanClick() {
|
|
chuanClick() {
|
|
this.onLa = false
|
|
this.onLa = false
|
|
@@ -457,9 +470,9 @@
|
|
this.onChuan = true
|
|
this.onChuan = true
|
|
this.localMark = 'chuan'
|
|
this.localMark = 'chuan'
|
|
this.placeholderMsg = "请输入传感器名称"
|
|
this.placeholderMsg = "请输入传感器名称"
|
|
- this.deptId = Cookies.get("deptId")
|
|
|
|
|
|
+ this.deptId = Cookies.get("deptId");
|
|
this.getMonitorDeviceAndDataList()
|
|
this.getMonitorDeviceAndDataList()
|
|
- this.$refs.supermap.clearG();
|
|
|
|
|
|
+ // this.$refs.supermap.clearG();
|
|
},
|
|
},
|
|
chuanSet() {
|
|
chuanSet() {
|
|
let that = this
|
|
let that = this
|
|
@@ -477,92 +490,98 @@
|
|
})
|
|
})
|
|
},
|
|
},
|
|
// 云广播
|
|
// 云广播
|
|
- // getDlblistBydeptId() {
|
|
|
|
- // let that = this;
|
|
|
|
- // let markersList = [];
|
|
|
|
- // getDlblistBydeptId(that.deptId).then(function(res) {
|
|
|
|
- // that.loudspeakerNum = res.data.length
|
|
|
|
- // that.visuForestCloudCameraBOListSearch = []
|
|
|
|
- // if (res.data != null && res.data.length > 0) {
|
|
|
|
- // for (let j = 0; j < res.data.length; j++) {
|
|
|
|
- // let dat = {
|
|
|
|
- // cameraName: res.data[j].name,
|
|
|
|
- // longitude: res.data[j].longitude,
|
|
|
|
- // latitude: res.data[j].latitude,
|
|
|
|
- // }
|
|
|
|
- // that.visuForestCloudCameraBOListSearch.push(dat)
|
|
|
|
- // }
|
|
|
|
- // for (let i = 0; i < res.data.length; i++) {
|
|
|
|
- // let markersMap = {
|
|
|
|
- // lng: 124.59,
|
|
|
|
- // lat: 43.02,
|
|
|
|
- // icon: "marker",
|
|
|
|
- // bindPopupHtml: '<div class="map-tip">' +
|
|
|
|
- // "<span>" +
|
|
|
|
- // ' <div class="d-l-con">' +
|
|
|
|
- // ' <div class="d-l-l-text">' +
|
|
|
|
- // " <h4>名称:" +
|
|
|
|
- // (res.data[i].name ? res.data[i].name : "") +
|
|
|
|
- // "</h4>" +
|
|
|
|
- // " </div>" +
|
|
|
|
- // " </div>" +
|
|
|
|
- // " </span>" +
|
|
|
|
- // "<span>" +
|
|
|
|
- // ' <div class="d-l-con">' +
|
|
|
|
- // ' <div class="d-l-l-text">' +
|
|
|
|
- // " <h4>位置:" +
|
|
|
|
- // (res.data[i].position ? res.data[i].position : "") +
|
|
|
|
- // "</h4>" +
|
|
|
|
- // " </div>" +
|
|
|
|
- // " </div>" +
|
|
|
|
- // " </span>" +
|
|
|
|
- // "<span>" +
|
|
|
|
- // ' <div class="d-l-con">' +
|
|
|
|
- // ' <div class="d-l-l-text">' +
|
|
|
|
- // " <h4>备注:" +
|
|
|
|
- // (res.data[i].remark ? res.data[i].remark : "") +
|
|
|
|
- // "</h4>" +
|
|
|
|
- // " </div>" +
|
|
|
|
- // " </div>" +
|
|
|
|
- // " </span>" +
|
|
|
|
- // "<span>" +
|
|
|
|
- // ' <div class="d-l-con">' +
|
|
|
|
- // ' <div class="d-l-l-text">' +
|
|
|
|
- // " <h4>经纬度:" +
|
|
|
|
- // res.data[i].longitude + "," + res.data[i].latitude +
|
|
|
|
- // "</h4>" +
|
|
|
|
- // " </div>" +
|
|
|
|
- // " </div>" +
|
|
|
|
- // " </span>" +
|
|
|
|
- // "</div>",
|
|
|
|
- // click: "jump",
|
|
|
|
- // parameter: "",
|
|
|
|
- // name: "",
|
|
|
|
- // keepBindPopup: false,
|
|
|
|
- // isAggregation: false,
|
|
|
|
- // };
|
|
|
|
- // markersMap.icon = "big-horn";
|
|
|
|
- //
|
|
|
|
- // markersMap.lng = res.data[i].longitude;
|
|
|
|
- // markersMap.lat = res.data[i].latitude;
|
|
|
|
- // markersList.push(markersMap);
|
|
|
|
- // }
|
|
|
|
- // setTimeout(() => {
|
|
|
|
- // that.$refs.supermap.clearM();
|
|
|
|
- // that.$refs.supermap.clearMRadius()
|
|
|
|
- // that.$refs.supermap.setMarkers(markersList);
|
|
|
|
- // }, 2000);
|
|
|
|
- // } else {
|
|
|
|
- // setTimeout(() => {
|
|
|
|
- // that.$refs.supermap.clearM();
|
|
|
|
- // that.$refs.supermap.clearMRadius()
|
|
|
|
- // }, 2000);
|
|
|
|
- // }
|
|
|
|
- // })
|
|
|
|
- // .catch(function(error) {
|
|
|
|
- // console.error(error);
|
|
|
|
- // });
|
|
|
|
- // },
|
|
|
|
|
|
+ getDlblistBydeptId() {
|
|
|
|
+ let that = this;
|
|
|
|
+ let markersList = [];
|
|
|
|
+ getDlblistBydeptId(that.deptId).then(function(res) {
|
|
|
|
+ // that.loudspeakerNum = res.data.length
|
|
|
|
+ that.visuForestCloudCameraBOListSearch = []
|
|
|
|
+ that.tempList = []
|
|
|
|
+ if (res.data != null && res.data.length > 0) {
|
|
|
|
+ for (let j = 0; j < res.data.length; j++) {
|
|
|
|
+ let dat = {
|
|
|
|
+ cameraName: res.data[j].name,
|
|
|
|
+ longitude: res.data[j].longitude,
|
|
|
|
+ latitude: res.data[j].latitude,
|
|
|
|
+ }
|
|
|
|
+ that.visuForestCloudCameraBOListSearch.push(dat)
|
|
|
|
+ }
|
|
|
|
+ that.tempList = that.visuForestCloudCameraBOListSearch
|
|
|
|
+ for (let i = 0; i < res.data.length; i++) {
|
|
|
|
+ let markersMap = {
|
|
|
|
+ lng: 124.59,
|
|
|
|
+ lat: 43.02,
|
|
|
|
+ icon: "big-horn",
|
|
|
|
+ bindPopupHtml: '<div class="map-tip">' +
|
|
|
|
+ "<span>" +
|
|
|
|
+ ' <div class="d-l-con">' +
|
|
|
|
+ ' <div class="d-l-l-text">' +
|
|
|
|
+ " <h4>名称:" +
|
|
|
|
+ (res.data[i].name ? res.data[i].name : "") +
|
|
|
|
+ "</h4>" +
|
|
|
|
+ " </div>" +
|
|
|
|
+ " </div>" +
|
|
|
|
+ " </span>" +
|
|
|
|
+ "<span>" +
|
|
|
|
+ ' <div class="d-l-con">' +
|
|
|
|
+ ' <div class="d-l-l-text">' +
|
|
|
|
+ " <h4>位置:" +
|
|
|
|
+ (res.data[i].position ? res.data[i].position : "") +
|
|
|
|
+ "</h4>" +
|
|
|
|
+ " </div>" +
|
|
|
|
+ " </div>" +
|
|
|
|
+ " </span>" +
|
|
|
|
+ "<span>" +
|
|
|
|
+ ' <div class="d-l-con">' +
|
|
|
|
+ ' <div class="d-l-l-text">' +
|
|
|
|
+ " <h4>备注:" +
|
|
|
|
+ (res.data[i].remark ? res.data[i].remark : "") +
|
|
|
|
+ "</h4>" +
|
|
|
|
+ " </div>" +
|
|
|
|
+ " </div>" +
|
|
|
|
+ " </span>" +
|
|
|
|
+ "<span>" +
|
|
|
|
+ ' <div class="d-l-con">' +
|
|
|
|
+ ' <div class="d-l-l-text">' +
|
|
|
|
+ " <h4>经纬度:" +
|
|
|
|
+ res.data[i].longitude + "," + res.data[i].latitude +
|
|
|
|
+ "</h4>" +
|
|
|
|
+ " </div>" +
|
|
|
|
+ " </div>" +
|
|
|
|
+ " </span>" +
|
|
|
|
+ "</div>",
|
|
|
|
+ click: "jump",
|
|
|
|
+ parameter: "",
|
|
|
|
+ name: "",
|
|
|
|
+ keepBindPopup: false,
|
|
|
|
+ isAggregation: false,
|
|
|
|
+ };
|
|
|
|
+ if (res.data[i].broadcastUse == '1') {
|
|
|
|
+ markersMap.icon = "big-horn-emergency";
|
|
|
|
+ }else if(res.data[i].broadcastUse == '2'){
|
|
|
|
+ markersMap.icon = "big-horn";
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ markersMap.lng = res.data[i].longitude;
|
|
|
|
+ markersMap.lat = res.data[i].latitude;
|
|
|
|
+ markersList.push(markersMap);
|
|
|
|
+ }
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ that.$refs.supermap.clearM();
|
|
|
|
+ that.$refs.supermap.clearMRadius()
|
|
|
|
+ that.$refs.supermap.setMarkers(markersList);
|
|
|
|
+ }, 2000);
|
|
|
|
+ } else {
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ that.$refs.supermap.clearM();
|
|
|
|
+ that.$refs.supermap.clearMRadius()
|
|
|
|
+ }, 2000);
|
|
|
|
+ }
|
|
|
|
+ })
|
|
|
|
+ .catch(function(error) {
|
|
|
|
+ console.error(error);
|
|
|
|
+ });
|
|
|
|
+ },
|
|
getDlblistBydeptIds() {
|
|
getDlblistBydeptIds() {
|
|
let that = this;
|
|
let that = this;
|
|
|
|
|
|
@@ -580,6 +599,7 @@
|
|
let markersList = [];
|
|
let markersList = [];
|
|
getMonitorDeviceAndDataList(this.deptId).then((res) => {
|
|
getMonitorDeviceAndDataList(this.deptId).then((res) => {
|
|
this.visuForestCloudCameraBOListSearch = []
|
|
this.visuForestCloudCameraBOListSearch = []
|
|
|
|
+ this.tempList = []
|
|
list = res.data
|
|
list = res.data
|
|
//this.sensorNum = list.length
|
|
//this.sensorNum = list.length
|
|
list.forEach(item => {
|
|
list.forEach(item => {
|
|
@@ -589,6 +609,7 @@
|
|
latitude: item.latitude,
|
|
latitude: item.latitude,
|
|
}
|
|
}
|
|
this.visuForestCloudCameraBOListSearch.push(dat)
|
|
this.visuForestCloudCameraBOListSearch.push(dat)
|
|
|
|
+ this.tempList = that.visuForestCloudCameraBOListSearch
|
|
let markersMap = {
|
|
let markersMap = {
|
|
lng: 124.59,
|
|
lng: 124.59,
|
|
lat: 43.02,
|
|
lat: 43.02,
|
|
@@ -959,9 +980,9 @@
|
|
that.keyAreaList = res.data
|
|
that.keyAreaList = res.data
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- getRegionalFlag(id) {
|
|
|
|
|
|
+ getRegionalFlag(id,index) {
|
|
//获取重点区域
|
|
//获取重点区域
|
|
- this.listCurrentIndex3 = id
|
|
|
|
|
|
+ this.listCurrentIndex3 = index
|
|
let that = this
|
|
let that = this
|
|
getRegionalFlag(id).then(res => {
|
|
getRegionalFlag(id).then(res => {
|
|
that.graphicsList = []
|
|
that.graphicsList = []
|
|
@@ -1049,10 +1070,11 @@
|
|
selectDeviceType() {
|
|
selectDeviceType() {
|
|
//获取左侧动态感知设备
|
|
//获取左侧动态感知设备
|
|
let that = this
|
|
let that = this
|
|
- selectDeviceType().then(res => {
|
|
|
|
|
|
+ selectDeviceType(that.deptId).then(res => {
|
|
that.cameraMarkersList = []
|
|
that.cameraMarkersList = []
|
|
|
|
+ that.tempList = []
|
|
that.visuForestCloudMapDeviceBOList = res.data.visuForestCloudMapDeviceBOList
|
|
that.visuForestCloudMapDeviceBOList = res.data.visuForestCloudMapDeviceBOList
|
|
-
|
|
|
|
|
|
+ that.tempList = res.data.visuForestCloudMapDeviceBOList
|
|
that.region = res.data.visuForestCloudTodaySjfbBOList
|
|
that.region = res.data.visuForestCloudTodaySjfbBOList
|
|
|
|
|
|
if (res.data.visuForestCloudTodaySjfbBOList != null && res.data.visuForestCloudTodaySjfbBOList
|
|
if (res.data.visuForestCloudTodaySjfbBOList != null && res.data.visuForestCloudTodaySjfbBOList
|
|
@@ -1079,11 +1101,20 @@
|
|
keepBindPopup: false,
|
|
keepBindPopup: false,
|
|
isAggregation: false
|
|
isAggregation: false
|
|
}
|
|
}
|
|
|
|
+ if (res.data.visuForestCloudCameraBOList[i].cameraUse == 1) {
|
|
|
|
+ markersMap.icon = 'sj-icon-map-centerdata-slmonitor'
|
|
|
|
+ }
|
|
|
|
+ else if (res.data.visuForestCloudCameraBOList[i].cameraUse == 2) {
|
|
|
|
+ markersMap.icon = 'camera'
|
|
|
|
+ }
|
|
|
|
+ else if (res.data.visuForestCloudCameraBOList[i].cameraUse == 3) {
|
|
|
|
+ markersMap.icon = 'sj-icon-map-centerdata-slmonitor-traffic'
|
|
|
|
+ }
|
|
if (res.data.visuForestCloudCameraBOList[i].channelCode != null) {
|
|
if (res.data.visuForestCloudCameraBOList[i].channelCode != null) {
|
|
markersMap.parameter = {
|
|
markersMap.parameter = {
|
|
code: res.data.visuForestCloudCameraBOList[i].cameraCode,
|
|
code: res.data.visuForestCloudCameraBOList[i].cameraCode,
|
|
name: res.data.visuForestCloudCameraBOList[i].cameraName,
|
|
name: res.data.visuForestCloudCameraBOList[i].cameraName,
|
|
- type: res.data.visuForestCloudCameraBOList[i].cameraFactory
|
|
|
|
|
|
+ type: res.data.visuForestCloudCameraBOList[i].cameraType
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
markersMap.parameter = []
|
|
markersMap.parameter = []
|
|
@@ -1187,12 +1218,18 @@
|
|
markersMap.parameter = {
|
|
markersMap.parameter = {
|
|
code: res.data[i].cameraCode,
|
|
code: res.data[i].cameraCode,
|
|
name: res.data[i].cameraName,
|
|
name: res.data[i].cameraName,
|
|
- type: res.data[i].cameraFactory
|
|
|
|
|
|
+ type: res.data[i].cameraType
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
markersMap.parameter = []
|
|
markersMap.parameter = []
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ if (res.data[i].cameraUse == 1) {
|
|
|
|
+ markersMap.icon = "sj-icon-map-centerdata-slmonitor";
|
|
|
|
+ } else if (res.data[i].cameraUse == 2) {
|
|
|
|
+ markersMap.icon = "camera";
|
|
|
|
+ } else if (res.data[i].cameraUse == 3) {
|
|
|
|
+ markersMap.icon = "sj-icon-map-centerdata-slmonitor-traffic";
|
|
|
|
+ }
|
|
markersMap.lng = res.data[i].longitude
|
|
markersMap.lng = res.data[i].longitude
|
|
markersMap.lat = res.data[i].latitude
|
|
markersMap.lat = res.data[i].latitude
|
|
markersMap.radius = res.data[i].cameraRadius
|
|
markersMap.radius = res.data[i].cameraRadius
|
|
@@ -1284,7 +1321,8 @@
|
|
},
|
|
},
|
|
/** 预览按钮操作 */
|
|
/** 预览按钮操作 */
|
|
preview(cameraParam) {
|
|
preview(cameraParam) {
|
|
- this.showTVWall(cameraParam.code, cameraParam.name);
|
|
|
|
|
|
+ this.showTVWall(cameraParam.code, cameraParam.name,cameraParam.type);
|
|
|
|
+
|
|
},
|
|
},
|
|
|
|
|
|
/** 预览按钮操作 */
|
|
/** 预览按钮操作 */
|