Merge pull request '公司点位查看监控弹窗' (#118) from lukeyan into master

Reviewed-on: #118
pull/125/head
lukeyan 1 year ago
commit 0bccb295ed

@ -155,6 +155,7 @@ export default {
},
showVideo() {
realTimeMonitoring({ pageSize: 10, pageNum: 1, deviceName: this.cameraData.deviceName, companyId: this.cameraData.companyId }).then(res => {
console.log('22222222');
this.monitorData = res.data[0]
this.diaVisible = true
})

@ -169,6 +169,9 @@ export default {
fontSize: "16px",
});
map.addOverlay(label);
label.addEventListener("click", function () {
that.$emit("showCameraData", item);
});
})
});
}

Loading…
Cancel
Save