From fad8f07cdf0c643842f644cbc8130efe57832c7a Mon Sep 17 00:00:00 2001 From: hbao Date: Sun, 27 Feb 2022 18:04:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Map/MapGisDrawing.vue | 1 + src/views/homesteadSurvey/add.vue | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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;