diff --git a/src/components/Map/MapGisDrawing.vue b/src/components/Map/MapGisDrawing.vue index 3caf88f2..1da89eb1 100644 --- a/src/components/Map/MapGisDrawing.vue +++ b/src/components/Map/MapGisDrawing.vue @@ -57,6 +57,7 @@ export default { }, //地图查看 drawingPaceCountryDarw() { + console.log(this.message); //加载地图编辑 var that = this; var map; diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index ca462734..a7ea434d 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -3606,6 +3606,7 @@ }) } this.showzrz = true; + this.active = 3; this.mapClickLoading(); } }, @@ -3792,7 +3793,9 @@ }) } this.showfsss = true; - this.mapClickLoading();} + this.active = 4; + //this.mapClickLoading(); + } }, showPopup3() { this.show3 = true;