|
@@ -1212,7 +1212,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
|
|
@@ -1220,13 +1220,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) {
|
|
@@ -1236,12 +1236,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) {
|
|
@@ -1250,7 +1250,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) {
|