|
@@ -3663,9 +3663,9 @@ export default {
|
|
|
markersMapList.push(markersMap);
|
|
|
if (res.data.centermonitorTCamera != null) {
|
|
|
that.centermonitorTCamera = null;
|
|
|
- that.centermonitorTCamera = res.data.centermonitorTCamera;
|
|
|
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,
|
|
@@ -3790,9 +3790,9 @@ export default {
|
|
|
markersMapList.push(markersMap);
|
|
|
if (res.data.centermonitorTCamera != null) {
|
|
|
that.centermonitorTCamera = null;
|
|
|
- that.centermonitorTCamera = res.data.centermonitorTCamera;
|
|
|
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,
|