From e8ade6d3d82c4f8a53fd233153e4ec35ce93bb9b Mon Sep 17 00:00:00 2001 From: hbao Date: Thu, 24 Feb 2022 15:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 4dab780d..b817da7d 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -3771,6 +3771,15 @@ }, /** 查找地图中定位点 */ MapTag: function (data) { + if(this.active =="1"){ + this.form.theGeom = data; + }else if(this.active=="3"){ + this.form3.theGeom = data; + }else if(this.active=="4"){ + this.form4.theGeom = data; + } else { + + } this.form.theGeom = data; }, //地图加载js------end