|
@@ -1096,6 +1096,7 @@ 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 {
|
|
@@ -1105,6 +1106,7 @@ 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 {
|