From c413e7a9b4804ffcf0fbc31c1b044beed039f460 Mon Sep 17 00:00:00 2001 From: hbao Date: Sat, 26 Mar 2022 18:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E4=BC=A0=E5=80=BC?= 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 93dd55ec..769be5c2 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -5545,6 +5545,7 @@ zjdTz(){ if(this.mapZjdData =="" && this.mapZjdDataTure =="" && this.mapZjdData !=undefined){ this.mapZjdTeAll.active =1; + this.mapZjdTeAll.mapZjdAData.deptId =this.$cookies.get("item").deptId; this.mapZjdTeAll.mapZjdAData.theGeom =this.htZjdZrzFsss; //this.mapZjdTeAll.mapZjdAData.deptId = this.$cookies.get("item").deptId; //this.$cookies.set("search",this.mapZjdTeAll); @@ -5557,6 +5558,7 @@ if(this.mapZjdData !=undefined && this.mapZjdData !="" && this.mapZjdDataTure !=""){ this.mapZjdTeAll.active =3; this.mapZjdTeAll.mapZrzAData.theGeom =this.htZjdZrzFsss; + 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.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); @@ -5568,6 +5570,7 @@ if(this.mapZjdData !=undefined && this.mapZjdData !="" && this.mapZjdDataTure !=""){ this.mapZjdTeAll.active =4; this.mapZjdTeAll.mapFsssAData.theGeom =this.htZjdZrzFsss; + 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.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}});