|
|
@@ -3163,7 +3163,10 @@ |
|
|
|
this.$cookies.set("item",""); |
|
|
|
if(this.$cookies.get("search") !=null &&this.$cookies.get("search").zjddm !="" && this.$cookies.get("search").zjddm !=undefined && this.$cookies.get("search").zjddm !=null){ |
|
|
|
this.ztMap =false; |
|
|
|
console.log("1111111111"); |
|
|
|
console.log(this.$cookies.get("search")); |
|
|
|
this.$cookies.set("item",this.$cookies.get("search")); |
|
|
|
console.log(this.$cookies.get("item")); |
|
|
|
}else { |
|
|
|
this.ztMap =true; |
|
|
|
} |
|
|
@@ -3177,9 +3180,9 @@ |
|
|
|
this.backMap.backMapZjdAData = this.cookiesInfo.mapZjdAData; |
|
|
|
this.backMap.deptId = this.cookiesInfo.mapZjdAData.deptId; |
|
|
|
this.backMap.zjddm = this.cookiesInfo.mapZjdAData.zjddm; |
|
|
|
// if(this.ztMap){ |
|
|
|
// this.$cookies.set("item",this.backMap); |
|
|
|
// } |
|
|
|
if(this.ztMap){ |
|
|
|
this.$cookies.set("item",this.backMap); |
|
|
|
} |
|
|
|
this.form.theGeom = this.cookiesInfo.mapZjdAData.theGeom; |
|
|
|
//this.enterMapZjddm = this.cookiesInfo.mapZjdAData.zjddm; |
|
|
|
//返回地图值记录----end |
|
|
@@ -5995,7 +5998,8 @@ |
|
|
|
}, |
|
|
|
//地图加载js------start |
|
|
|
mapClickLoading(){ |
|
|
|
this.$cookies.set("item", this.form); |
|
|
|
//this.$cookies.set("item", this.form); |
|
|
|
console.log(this.$cookies.get("item")); |
|
|
|
setTimeout(() => { |
|
|
|
this.$refs.drewingClickLoading.drawingPaceCountryDarw(); |
|
|
|
}, 500); |
|
|
|