|
@@ -317,7 +317,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;
|
|
@@ -553,7 +553,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
|
|
@@ -561,13 +561,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) {
|
|
@@ -577,12 +577,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) {
|
|
@@ -591,7 +591,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) {
|