From fcb1c0b01a19d129a0851ba5f362e51db66ee09f Mon Sep 17 00:00:00 2001 From: hbao Date: Wed, 23 Mar 2022 18:35:35 +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/list.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index 688bad3a..663f7376 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -5437,21 +5437,22 @@ if(this.zjdHcDy != "" && this.zjdHcDy != "undefined"){ if(this.mapZjdData !=undefined && this.mapZjdData !="" && this.mapZjdDataTure !=""){ this.mapZjdTeAll.active =1; - this.$cookies.set("search",this.mapZjdTeAll); - this.$router.push({path:'/homesteadSurvey/add'}); + //this.$cookies.set("search",this.mapZjdTeAll); + this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); + //this.$router.push({path:'/homesteadSurvey/add'}); }else if(this.mapZrzData !=undefined && this.mapZrzData !=""){ if(this.mapZjdTeAll.mapZjdAData !=""){ this.mapZjdTeAll.active = 3; - this.$cookies.set("search",this.mapZjdTeAll); - this.$router.push({path:'/homesteadSurvey/add'}); + //this.$cookies.set("search",this.mapZjdTeAll); + this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); } else { this.$toast("必须有宅基地数据才能进入自然幢核查"); } }else { if(this.mapZjdTeAll.mapZjdAData !="") { this.mapZjdTeAll.active = 4; - this.$cookies.set("search", this.mapZjdTeAll); - this.$router.push({path: '/homesteadSurvey/add'}); + //this.$cookies.set("search", this.mapZjdTeAll); + this.$router.push({path: '/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); } else { this.$toast("必须有宅基地数据才能进入附属设施核查"); }