From 297a263dc2e5ef46516a6c63e63ddeb38e28ea32 Mon Sep 17 00:00:00 2001 From: hbao Date: Sat, 12 Mar 2022 17:17:23 +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/views/homesteadSurvey/add.vue | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 5dfc5d5e..3bdfbe8d 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -446,7 +446,7 @@ placeholder="备注" maxlength="200" /> - +
保存
@@ -1039,7 +1039,7 @@ label="备注" placeholder="备注" /> - +
保存
@@ -2418,7 +2418,7 @@ label="备注" placeholder="备注" /> - +
保存
@@ -3163,8 +3163,6 @@ this.$cookies.set("item",""); if(this.$cookies.get("search") !=null &&this.$cookies.get("search").zjddm !="" && this.$cookies.get("search").zjddm !=undefined && this.$cookies.get("search").zjddm !=null){ this.ztMap =false; - console.log("1111111111"); - console.log(this.$cookies.get("search")); this.$cookies.set("item",this.$cookies.get("search")); console.log(this.$cookies.get("item")); }else { @@ -5427,6 +5425,7 @@ this.showhncy = true }, showPopupzrz(item) { + console.log(item); if(this.form.id==null||this.form.id==""){ Notify({ type: 'danger', message: '请先保存宅基地信息' }); }else{ @@ -5445,6 +5444,7 @@ } }else{ this.form3 = item + this.form3.theGeom = item.theGeom; if(this.form3.zcs==null||this.form3.zcs==""){ this.form3.zcs = "1" } @@ -5479,8 +5479,11 @@ } this.showzrz = true; - this.active = 3; this.mapClickLoading(); + this.active = 3; + // if(){ + // + // } } }, showPopupfw(item) { @@ -6001,7 +6004,15 @@ //this.$cookies.set("item", this.form); console.log(this.$cookies.get("item")); setTimeout(() => { - this.$refs.drewingClickLoading.drawingPaceCountryDarw(); + if(this.active =="1"){ + this.$refs.drewingClickLoading1.drawingPaceCountryDarw(); + }else if(this.active=="3"){ + this.$refs.drewingClickLoading3.drawingPaceCountryDarw(); + }else if(this.active=="4"){ + this.$refs.drewingClickLoading4.drawingPaceCountryDarw(); + } else { + + } }, 500); }, /** 查找地图中定位点 */