|
|
@@ -5430,12 +5430,14 @@ |
|
|
|
if(this.mapZjdData !=undefined && this.mapZjdData !="" && this.mapZjdDataTure !=""){ |
|
|
|
this.mapZjdTeAll.active =1; |
|
|
|
//this.$cookies.set("search",this.mapZjdTeAll); |
|
|
|
this.$cookies.set("search","") |
|
|
|
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.$cookies.set("search","") |
|
|
|
this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); |
|
|
|
} else { |
|
|
|
this.$toast("必须有宅基地数据才能进入自然幢核查"); |
|
|
@@ -5444,6 +5446,7 @@ |
|
|
|
if(this.mapZjdTeAll.mapZjdAData !="") { |
|
|
|
this.mapZjdTeAll.active = 4; |
|
|
|
//this.$cookies.set("search", this.mapZjdTeAll); |
|
|
|
this.$cookies.set("search","") |
|
|
|
this.$router.push({path: '/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); |
|
|
|
} else { |
|
|
|
this.$toast("必须有宅基地数据才能进入附属设施核查"); |
|
|
@@ -5471,6 +5474,7 @@ |
|
|
|
this.mapZjdTeAll.active = 1; |
|
|
|
this.mapZjdTeAll.mapZjdAData = this.mapZjdData; |
|
|
|
//this.$cookies.set("search",this.mapZjdTeAll); |
|
|
|
this.$cookies.set("search","") |
|
|
|
setTimeout(() => { |
|
|
|
this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); |
|
|
|
}, 500); |
|
|
@@ -5482,6 +5486,7 @@ |
|
|
|
this.mapZjdTeAll.active = 3; |
|
|
|
this.mapZjdTeAll.mapZrzAData = this.mapZrzData; |
|
|
|
//this.$cookies.set("search",this.mapZjdTeAll); |
|
|
|
this.$cookies.set("search","") |
|
|
|
setTimeout(() => { |
|
|
|
this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); |
|
|
|
}, 500); |
|
|
@@ -5492,6 +5497,7 @@ |
|
|
|
this.mapZjdTeAll.active = 4; |
|
|
|
this.mapZjdTeAll.mapFsssAData = this.mapFsssData; |
|
|
|
//this.$cookies.set("search",this.mapZjdTeAll); |
|
|
|
this.$cookies.set("search","") |
|
|
|
setTimeout(() => { |
|
|
|
this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}}); |
|
|
|
}, 500); |
|
|
|