|
@@ -2335,6 +2335,7 @@ export default {
|
|
|
resourcesListCheck: [],
|
|
|
//文本域
|
|
|
feedback: "",
|
|
|
+ centermonitorTCamera:null,
|
|
|
};
|
|
|
},
|
|
|
props: {
|
|
@@ -3658,6 +3659,7 @@ export default {
|
|
|
if (res.data.centermonitorTCamera != null) {
|
|
|
that.cameraCode = res.data.centermonitorTCamera.id;
|
|
|
if(res.data.centermonitorTCamera.longitude != null && res.data.centermonitorTCamera.latitude != null){
|
|
|
+ that.centermonitorTCamera = res.data.centermonitorTCamera;
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|
|
@@ -3782,6 +3784,7 @@ export default {
|
|
|
if (res.data.centermonitorTCamera != null) {
|
|
|
that.cameraCode = res.data.centermonitorTCamera.id;
|
|
|
if(res.data.centermonitorTCamera.longitude != null && res.data.centermonitorTCamera.latitude != null){
|
|
|
+ that.centermonitorTCamera = res.data.centermonitorTCamera;
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|