|
|
@@ -1425,10 +1425,10 @@ |
|
|
|
this.getDicts("member_remark").then(response => { |
|
|
|
this.cybzOptions = response.data; |
|
|
|
}); |
|
|
|
if(this.$cookies.get("item").activeBtn !=null){ |
|
|
|
if(this.$cookies.get("item").activeBtn == 4){ |
|
|
|
if(this.$cookies.get("map").activeBtn !=null){ |
|
|
|
if(this.$cookies.get("map").activeBtn == 4){ |
|
|
|
this.activeBtn = this.$cookies.get("map").activeBtn; |
|
|
|
this.item = this.$cookies.get("map"); |
|
|
|
this.item = this.$cookies.get("item"); |
|
|
|
this.mapAddJump = this.$cookies.get("map").backMapZjdAData.deptId; |
|
|
|
this.backTheGeom = this.$cookies.get("map").backMapZjdAData.theGeom; |
|
|
|
this.mapZjdData = this.$cookies.get("map").backMapZjdAData; |
|
|
|