|
@@ -3049,6 +3049,14 @@ |
|
|
|
|
|
|
|
|
// 自然幢号 |
|
|
// 自然幢号 |
|
|
zrzh:null, |
|
|
zrzh:null, |
|
|
|
|
|
|
|
|
|
|
|
//返回地图页 |
|
|
|
|
|
backMap:{ |
|
|
|
|
|
activeBtn:"", |
|
|
|
|
|
backMapZjdAData:"", |
|
|
|
|
|
}, |
|
|
|
|
|
//记录是否从地图进入 |
|
|
|
|
|
enterMap: "", |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
created(){ |
|
|
created(){ |
|
@@ -3158,6 +3166,11 @@ |
|
|
}); |
|
|
}); |
|
|
if(this.$cookies.get("search")){ |
|
|
if(this.$cookies.get("search")){ |
|
|
if(this.$cookies.get("search").active!=null){ |
|
|
if(this.$cookies.get("search").active!=null){ |
|
|
|
|
|
//返回地图值记录----start |
|
|
|
|
|
this.backMap.activeBtn = 4; |
|
|
|
|
|
this.enterMap =1; |
|
|
|
|
|
this.backMap.backMapZjdAData =this.$cookies.get("search").mapZjdAData; |
|
|
|
|
|
//返回地图值记录----end |
|
|
this.active = this.$cookies.get("search").active |
|
|
this.active = this.$cookies.get("search").active |
|
|
this.item = this.$cookies.get("search").mapZjdAData |
|
|
this.item = this.$cookies.get("search").mapZjdAData |
|
|
let zrz = this.$cookies.get("search").mapZrzAData |
|
|
let zrz = this.$cookies.get("search").mapZrzAData |
|
@@ -3809,7 +3822,12 @@ |
|
|
this.showPickerxzkssj= false |
|
|
this.showPickerxzkssj= false |
|
|
}, |
|
|
}, |
|
|
goBack(){ |
|
|
goBack(){ |
|
|
this.$router.push({name:'homesteadList'}); |
|
|
|
|
|
|
|
|
if(this.enterMap ==1){ |
|
|
|
|
|
this.$cookies.set("item",this.backMap); |
|
|
|
|
|
this.$router.push({name:'homesteadList'}); |
|
|
|
|
|
} else { |
|
|
|
|
|
this.$router.push({name:'homesteadList'}); |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
showPopupnh(){ |
|
|
showPopupnh(){ |
|
|
this.shownh = true; |
|
|
this.shownh = true; |
|
|