hbao пре 3 година
родитељ
комит
628f0dcc2e
2 измењених фајлова са 4 додато и 5 уклоњено
  1. +1
    -2
      src/views/homesteadSurvey/add.vue
  2. +3
    -3
      src/views/homesteadSurvey/list.vue

+ 1
- 2
src/views/homesteadSurvey/add.vue Прегледај датотеку

@@ -4249,8 +4249,7 @@
if(this.ztMap && this.enterMap ==1){
this.$cookies.set("map",this.backMap);
} else {
console.log(this.itemBc);
this.$cookies.set("map",this.itemBc);

}
this.$router.push({name:'homesteadList'});
// }


+ 3
- 3
src/views/homesteadSurvey/list.vue Прегледај датотеку

@@ -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;


Loading…
Откажи
Сачувај