|
@@ -1043,7 +1043,7 @@ export default {
|
|
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
|
|
@@ -1051,13 +1051,13 @@ export default {
|
|
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) {
|
|
@@ -1067,12 +1067,12 @@ export default {
|
|
}
|
|
}
|
|
} 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) {
|
|
@@ -1081,7 +1081,7 @@ export default {
|
|
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) {
|