| @@ -5437,21 +5437,22 @@ | |||||
| if(this.zjdHcDy != "" && this.zjdHcDy != "undefined"){ | if(this.zjdHcDy != "" && this.zjdHcDy != "undefined"){ | ||||
| if(this.mapZjdData !=undefined && this.mapZjdData !="" && this.mapZjdDataTure !=""){ | if(this.mapZjdData !=undefined && this.mapZjdData !="" && this.mapZjdDataTure !=""){ | ||||
| this.mapZjdTeAll.active =1; | 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 !=""){ | }else if(this.mapZrzData !=undefined && this.mapZrzData !=""){ | ||||
| if(this.mapZjdTeAll.mapZjdAData !=""){ | if(this.mapZjdTeAll.mapZjdAData !=""){ | ||||
| this.mapZjdTeAll.active = 3; | 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 { | } else { | ||||
| this.$toast("必须有宅基地数据才能进入自然幢核查"); | this.$toast("必须有宅基地数据才能进入自然幢核查"); | ||||
| } | } | ||||
| }else { | }else { | ||||
| if(this.mapZjdTeAll.mapZjdAData !="") { | if(this.mapZjdTeAll.mapZjdAData !="") { | ||||
| this.mapZjdTeAll.active = 4; | 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 { | } else { | ||||
| this.$toast("必须有宅基地数据才能进入附属设施核查"); | this.$toast("必须有宅基地数据才能进入附属设施核查"); | ||||
| } | } | ||||