|
@@ -314,7 +314,7 @@
|
|
this.$refs.TVWall.showTVWall(tvListJson, [{
|
|
this.$refs.TVWall.showTVWall(tvListJson, [{
|
|
"channelId": channelCode
|
|
"channelId": channelCode
|
|
}]);
|
|
}]);
|
|
- this.$refs.supermap.isEditableLayers = false;
|
|
|
|
|
|
+ this.$refs.bottomMenu.showMeasure = false;
|
|
this.$refs.bottomMenu.showChild = false;
|
|
this.$refs.bottomMenu.showChild = false;
|
|
this.$refs.bottomMenu.showBanChild = false;
|
|
this.$refs.bottomMenu.showBanChild = false;
|
|
this.$refs.bottomMenu.showChangChild = false;
|
|
this.$refs.bottomMenu.showChangChild = false;
|
|
@@ -547,7 +547,7 @@
|
|
showDialog(click) {
|
|
showDialog(click) {
|
|
if (click == 'eventLocation') {
|
|
if (click == 'eventLocation') {
|
|
this.$refs.eventLocation.showEventLocation()
|
|
this.$refs.eventLocation.showEventLocation()
|
|
- this.$refs.supermap.isEditableLayers = false
|
|
|
|
|
|
+ this.$refs.bottomMenu.showMeasure = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
@@ -555,13 +555,13 @@
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
- if (!this.$refs.supermap.isEditableLayers) {
|
|
|
|
- this.$refs.supermap.isEditableLayers = true
|
|
|
|
|
|
+ if (!this.$refs.bottomMenu.showMeasure) {
|
|
|
|
+ this.$refs.bottomMenu.showMeasure = true
|
|
} else {
|
|
} else {
|
|
- this.$refs.supermap.isEditableLayers = false
|
|
|
|
|
|
+ this.$refs.bottomMenu.showMeasure = false
|
|
}
|
|
}
|
|
} else if (click == 'layerSwitching') {
|
|
} else if (click == 'layerSwitching') {
|
|
- this.$refs.supermap.isEditableLayers = false
|
|
|
|
|
|
+ this.$refs.bottomMenu.showMeasure = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
if (!this.$refs.bottomMenu.showChild) {
|
|
if (!this.$refs.bottomMenu.showChild) {
|
|
@@ -571,12 +571,12 @@
|
|
}
|
|
}
|
|
} else if (click == 'TVWall') {
|
|
} else if (click == 'TVWall') {
|
|
this.$refs.TVWall.showTVWall()
|
|
this.$refs.TVWall.showTVWall()
|
|
- this.$refs.supermap.isEditableLayers = false
|
|
|
|
|
|
+ this.$refs.bottomMenu.showMeasure = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
} else if (click == 'forestban') {
|
|
} else if (click == 'forestban') {
|
|
- this.$refs.supermap.isEditableLayers = false
|
|
|
|
|
|
+ this.$refs.bottomMenu.showMeasure = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
if (!this.$refs.bottomMenu.showBanChild) {
|
|
if (!this.$refs.bottomMenu.showBanChild) {
|
|
@@ -585,7 +585,7 @@
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
}
|
|
}
|
|
} else if (click == 'forestchang') {
|
|
} else if (click == 'forestchang') {
|
|
- this.$refs.supermap.isEditableLayers = false
|
|
|
|
|
|
+ this.$refs.bottomMenu.showMeasure = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
this.$refs.bottomMenu.showChild = false
|
|
if (!this.$refs.bottomMenu.showChangChild) {
|
|
if (!this.$refs.bottomMenu.showChangChild) {
|