From bc28fecf528a26d62d28e4b503569f7b8e499c3f Mon Sep 17 00:00:00 2001 From: hbao Date: Sun, 27 Mar 2022 18:40:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E8=B7=B3=E8=BD=AC=E6=B8=85?= =?UTF-8?q?=E9=99=A4=E4=BF=9D=E5=AD=98=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/list.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index ba06a203..f56df5d4 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -5559,6 +5559,7 @@ this.mapZjdTeAll.mapZjdAData.theGeom =this.htZjdZrzFsss; //this.mapZjdTeAll.mapZjdAData.deptId = this.$cookies.get("item").deptId; //this.$cookies.set("search",this.mapZjdTeAll); + this.$cookies.set("search","") this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); }else { this.$toast("已选择宅基地,请选择自然幢或附属设施按钮"); @@ -5571,6 +5572,7 @@ this.mapZjdTeAll.mapZrzAData.deptId =this.$cookies.get("item").deptId; //this.mapZjdTeAll.mapZrzAData.deptId = this.$cookies.get("item").deptId; //this.$cookies.set("search",this.mapZjdTeAll); + this.$cookies.set("search","") this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); }else { this.$toast("请先在地图上选择宅基地后,再选择自然幢按钮"); @@ -5583,6 +5585,7 @@ this.mapZjdTeAll.mapFsssAData.deptId =this.$cookies.get("item").deptId; //this.mapZjdTeAll.mapFsssAData.deptId = this.$cookies.get("item").deptId; //this.$cookies.set("search",this.mapZjdTeAll); + this.$cookies.set("search","") this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); }else { this.$toast("请先在地图上选择宅基地后,再选择附属设施按钮");