|
@@ -1096,7 +1096,6 @@ export default {
|
|
|
this.$refs.supermap.isEditableLayers = false
|
|
|
this.$refs.bottomMenu.showChild = false
|
|
|
this.$refs.bottomMenu.showChangChild = false
|
|
|
- alert(this.$refs.bottomMenu.showBanChild)
|
|
|
if (!this.$refs.bottomMenu.showBanChild) {
|
|
|
this.$refs.bottomMenu.showBanChild = true
|
|
|
} else {
|
|
@@ -1106,7 +1105,6 @@ export default {
|
|
|
this.$refs.supermap.isEditableLayers = false
|
|
|
this.$refs.bottomMenu.showBanChild = false
|
|
|
this.$refs.bottomMenu.showChild = false
|
|
|
- alert(this.$refs.bottomMenu.showChangChild)
|
|
|
if (!this.$refs.bottomMenu.showChangChild) {
|
|
|
this.$refs.bottomMenu.showChangChild = true
|
|
|
} else {
|