|
@@ -50,6 +50,7 @@
|
|
<div
|
|
<div
|
|
class="icon-con w-33 m-btm-no"
|
|
class="icon-con w-33 m-btm-no"
|
|
:class="{ on: onLa }"
|
|
:class="{ on: onLa }"
|
|
|
|
+ @click="laClick"
|
|
>
|
|
>
|
|
<!--@click="laClick"-->
|
|
<!--@click="laClick"-->
|
|
<!-->-->
|
|
<!-->-->
|
|
@@ -148,7 +149,7 @@
|
|
v-on:click="dropLocation(item.latitude, item.longitude, index)"
|
|
v-on:click="dropLocation(item.latitude, item.longitude, index)"
|
|
>
|
|
>
|
|
<div class="d-l-l-text">
|
|
<div class="d-l-l-text">
|
|
- <i class="iconfont sj-icon-jkzx icon-sxt"></i>
|
|
|
|
|
|
+ <i class="iconfont icon-sxt" :class="jkListIcon"></i>
|
|
<h4>{{ item.cameraName }}</h4>
|
|
<h4>{{ item.cameraName }}</h4>
|
|
<!-- <h4 v-if="onChuan" v-html="cgqData[index]"></h4> -->
|
|
<!-- <h4 v-if="onChuan" v-html="cgqData[index]"></h4> -->
|
|
</div>
|
|
</div>
|
|
@@ -176,7 +177,7 @@
|
|
class="d-l-con"
|
|
class="d-l-con"
|
|
v-for="(item, index) in keyAreaList"
|
|
v-for="(item, index) in keyAreaList"
|
|
:class="{ on: listCurrentIndex3 == index }"
|
|
: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>
|
|
@@ -270,9 +271,9 @@ export default {
|
|
this.selectKeyAreaList();
|
|
this.selectKeyAreaList();
|
|
this.bottomMenuList(); //获取底部公共组件消息和任务
|
|
this.bottomMenuList(); //获取底部公共组件消息和任务
|
|
this.getTreeselect();
|
|
this.getTreeselect();
|
|
- this.deptId = Cookies.get("deptId");
|
|
|
|
- this.getMonitorDeviceAndDataLists(null);
|
|
|
|
- // this.getDlblistBydeptIds(null);
|
|
|
|
|
|
+ this.deptId = parseInt(Cookies.get("deptId"));
|
|
|
|
+ this.getMonitorDeviceAndDataLists(this.deptId);
|
|
|
|
+ this.getDlblistBydeptIds();
|
|
this.selectDeviceType(-1);
|
|
this.selectDeviceType(-1);
|
|
}, 2000)
|
|
}, 2000)
|
|
},
|
|
},
|
|
@@ -281,6 +282,7 @@ export default {
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
|
|
+ jkListIcon:'sj-icon-jkzx',
|
|
//摄像头名称
|
|
//摄像头名称
|
|
cgqData: [],
|
|
cgqData: [],
|
|
rightDeptName: undefined,
|
|
rightDeptName: undefined,
|
|
@@ -418,7 +420,7 @@ export default {
|
|
// }, 5000)
|
|
// }, 5000)
|
|
// },
|
|
// },
|
|
/* 电视墙替换开始 */
|
|
/* 电视墙替换开始 */
|
|
- showTVWall(channelCode, channelName) {
|
|
|
|
|
|
+ showTVWall(channelCode, channelName,type) {
|
|
let tvListJson = [
|
|
let tvListJson = [
|
|
{
|
|
{
|
|
switchTab: "2",
|
|
switchTab: "2",
|
|
@@ -434,7 +436,7 @@ export default {
|
|
id: "spcamera00010",
|
|
id: "spcamera00010",
|
|
labelCode: channelCode,
|
|
labelCode: channelCode,
|
|
labelName: channelName,
|
|
labelName: channelName,
|
|
- cameraType: "1",
|
|
|
|
|
|
+ cameraType: type,
|
|
parentLabelCode: "999",
|
|
parentLabelCode: "999",
|
|
},
|
|
},
|
|
],
|
|
],
|
|
@@ -446,7 +448,7 @@ export default {
|
|
channelCode: channelCode,
|
|
channelCode: channelCode,
|
|
channelName: channelName,
|
|
channelName: channelName,
|
|
channelSn: null,
|
|
channelSn: null,
|
|
- cameraType: "1",
|
|
|
|
|
|
+ cameraType: type,
|
|
online: "1",
|
|
online: "1",
|
|
cameraCode: "1",
|
|
cameraCode: "1",
|
|
},
|
|
},
|
|
@@ -498,9 +500,9 @@ export default {
|
|
});
|
|
});
|
|
});
|
|
});
|
|
} else if (that.localMark == "chuan") {
|
|
} else if (that.localMark == "chuan") {
|
|
- that.getMonitorDeviceAndDataList();
|
|
|
|
|
|
+ that.getMonitorDeviceAndDataList(data.id);
|
|
} else if (that.localMark == "la") {
|
|
} else if (that.localMark == "la") {
|
|
- // that.getDlblistBydeptId();
|
|
|
|
|
|
+ that.getDlblistBydeptId(data.id);
|
|
}
|
|
}
|
|
},
|
|
},
|
|
sheClick() {
|
|
sheClick() {
|
|
@@ -508,19 +510,22 @@ export default {
|
|
this.onShe = true;
|
|
this.onShe = true;
|
|
this.onChuan = false;
|
|
this.onChuan = false;
|
|
this.localMark = "she";
|
|
this.localMark = "she";
|
|
|
|
+ this.deptId=Cookies.get("deptId")
|
|
this.placeholderMsg = "请输入摄像头名称";
|
|
this.placeholderMsg = "请输入摄像头名称";
|
|
clearInterval(this.cgqTimer);
|
|
clearInterval(this.cgqTimer);
|
|
this.selectDeviceType();
|
|
this.selectDeviceType();
|
|
|
|
+ this.jkListIcon = 'sj-icon-jkzx'
|
|
},
|
|
},
|
|
laClick() {
|
|
laClick() {
|
|
this.onLa = true;
|
|
this.onLa = true;
|
|
this.onShe = false;
|
|
this.onShe = false;
|
|
this.onChuan = false;
|
|
this.onChuan = false;
|
|
this.localMark = "la";
|
|
this.localMark = "la";
|
|
|
|
+ this.deptId=Cookies.get("deptId")
|
|
this.placeholderMsg = "请输入云广播名称";
|
|
this.placeholderMsg = "请输入云广播名称";
|
|
- this.deptId = Cookies.get("deptId");
|
|
|
|
clearInterval(this.cgqTimer);
|
|
clearInterval(this.cgqTimer);
|
|
this.getDlblistBydeptId();
|
|
this.getDlblistBydeptId();
|
|
|
|
+ this.jkListIcon = 'sj-icon-labaguangbo'
|
|
},
|
|
},
|
|
chuanClick() {
|
|
chuanClick() {
|
|
this.onLa = false;
|
|
this.onLa = false;
|
|
@@ -528,12 +533,13 @@ export default {
|
|
this.onChuan = true;
|
|
this.onChuan = true;
|
|
this.localMark = "chuan";
|
|
this.localMark = "chuan";
|
|
this.placeholderMsg = "请输入传感器名称";
|
|
this.placeholderMsg = "请输入传感器名称";
|
|
- this.deptId = null;
|
|
|
|
- this.getMonitorDeviceAndDataList(null);
|
|
|
|
|
|
+ this.deptId=Cookies.get("deptId")
|
|
|
|
+ this.getMonitorDeviceAndDataList(this.deptId);
|
|
clearInterval(this.cgqTimer);
|
|
clearInterval(this.cgqTimer);
|
|
this.cgqTimer = setInterval(() => {
|
|
this.cgqTimer = setInterval(() => {
|
|
- this.getMonitorDeviceAndDataList();
|
|
|
|
|
|
+ this.getMonitorDeviceAndDataList(this.deptId);
|
|
}, 20000);
|
|
}, 20000);
|
|
|
|
+ this.jkListIcon = 'sj-icon-centerdata-t-firecontrol-fire-pressure-sensor'
|
|
},
|
|
},
|
|
//传感器2
|
|
//传感器2
|
|
getMonitorDeviceAndDataLists(deptId) {
|
|
getMonitorDeviceAndDataLists(deptId) {
|
|
@@ -542,108 +548,114 @@ export default {
|
|
that.sensorNum = res.data.length;
|
|
that.sensorNum = res.data.length;
|
|
});
|
|
});
|
|
},
|
|
},
|
|
- // 云广播
|
|
|
|
- // 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);
|
|
|
|
- // });
|
|
|
|
- // },
|
|
|
|
- // getDlblistBydeptIds() {
|
|
|
|
- // let that = this;
|
|
|
|
- //
|
|
|
|
- // getDlblistBydeptId()
|
|
|
|
- // .then(function (res) {
|
|
|
|
- // that.loudspeakerNum = res.data.length;
|
|
|
|
- // })
|
|
|
|
- // .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.visuForestCloudCameraBOList=[];
|
|
|
|
+ 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.visuForestCloudCameraBOList.push(dat);
|
|
|
|
+ }
|
|
|
|
+ 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() {
|
|
|
|
+ let that = this;
|
|
|
|
+
|
|
|
|
+ getDlblistBydeptId()
|
|
|
|
+ .then(function (res) {
|
|
|
|
+ that.loudspeakerNum = res.data.length;
|
|
|
|
+ })
|
|
|
|
+ .catch(function (error) {
|
|
|
|
+ console.error(error);
|
|
|
|
+ });
|
|
|
|
+ },
|
|
|
|
|
|
getMonitorDeviceAndDataList(deptId) {
|
|
getMonitorDeviceAndDataList(deptId) {
|
|
let list = [];
|
|
let list = [];
|
|
@@ -1065,9 +1077,9 @@ export default {
|
|
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 = [];
|
|
@@ -1154,11 +1166,10 @@ export default {
|
|
selectDeviceType() {
|
|
selectDeviceType() {
|
|
//获取左侧动态感知设备
|
|
//获取左侧动态感知设备
|
|
let that = this;
|
|
let that = this;
|
|
- selectDeviceType().then((res) => {
|
|
|
|
|
|
+ selectDeviceType(this.deptId).then((res) => {
|
|
that.cameraMarkersList = [];
|
|
that.cameraMarkersList = [];
|
|
that.visuForestCloudMapDeviceBOList =
|
|
that.visuForestCloudMapDeviceBOList =
|
|
res.data.visuForestCloudMapDeviceBOList;
|
|
res.data.visuForestCloudMapDeviceBOList;
|
|
-
|
|
|
|
that.region = res.data.visuForestCloudTodaySjfbBOList;
|
|
that.region = res.data.visuForestCloudTodaySjfbBOList;
|
|
|
|
|
|
if (
|
|
if (
|
|
@@ -1205,7 +1216,7 @@ export default {
|
|
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 = [];
|
|
@@ -1215,6 +1226,13 @@ export default {
|
|
markersMap.lat = res.data.visuForestCloudCameraBOList[i].latitude;
|
|
markersMap.lat = res.data.visuForestCloudCameraBOList[i].latitude;
|
|
markersMap.radius =
|
|
markersMap.radius =
|
|
res.data.visuForestCloudCameraBOList[i].cameraRadius;
|
|
res.data.visuForestCloudCameraBOList[i].cameraRadius;
|
|
|
|
+ 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";
|
|
|
|
+ }
|
|
markersMap.bindPopupHtml =
|
|
markersMap.bindPopupHtml =
|
|
'<div class="map-tip">' +
|
|
'<div class="map-tip">' +
|
|
"<span>" +
|
|
"<span>" +
|
|
@@ -1321,12 +1339,18 @@ export default {
|
|
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;
|
|
@@ -1434,7 +1458,7 @@ export default {
|
|
},
|
|
},
|
|
/** 预览按钮操作 */
|
|
/** 预览按钮操作 */
|
|
preview(cameraParam) {
|
|
preview(cameraParam) {
|
|
- this.showTVWall(cameraParam.code, cameraParam.name);
|
|
|
|
|
|
+ this.showTVWall(cameraParam.code, cameraParam.name,cameraParam.type);
|
|
},
|
|
},
|
|
|
|
|
|
// /** 预览按钮操作 */
|
|
// /** 预览按钮操作 */
|