Ver código fonte

地图优化

wulanhaote
hbao 3 anos atrás
pai
commit
fcb1c0b01a
1 arquivos alterados com 7 adições e 6 exclusões
  1. +7
    -6
      src/views/homesteadSurvey/list.vue

+ 7
- 6
src/views/homesteadSurvey/list.vue Ver arquivo

@@ -5437,21 +5437,22 @@
if(this.zjdHcDy != "" && this.zjdHcDy != "undefined"){ if(this.zjdHcDy != "" && this.zjdHcDy != "undefined"){
if(this.mapZjdData !=undefined && this.mapZjdData !="" && this.mapZjdDataTure !=""){ if(this.mapZjdData !=undefined && this.mapZjdData !="" && this.mapZjdDataTure !=""){
this.mapZjdTeAll.active =1; this.mapZjdTeAll.active =1;
this.$cookies.set("search",this.mapZjdTeAll);
this.$router.push({path:'/homesteadSurvey/add'});
//this.$cookies.set("search",this.mapZjdTeAll);
this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}});
//this.$router.push({path:'/homesteadSurvey/add'});
}else if(this.mapZrzData !=undefined && this.mapZrzData !=""){ }else if(this.mapZrzData !=undefined && this.mapZrzData !=""){
if(this.mapZjdTeAll.mapZjdAData !=""){ if(this.mapZjdTeAll.mapZjdAData !=""){
this.mapZjdTeAll.active = 3; this.mapZjdTeAll.active = 3;
this.$cookies.set("search",this.mapZjdTeAll);
this.$router.push({path:'/homesteadSurvey/add'});
//this.$cookies.set("search",this.mapZjdTeAll);
this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}});
} else { } else {
this.$toast("必须有宅基地数据才能进入自然幢核查"); this.$toast("必须有宅基地数据才能进入自然幢核查");
} }
}else { }else {
if(this.mapZjdTeAll.mapZjdAData !="") { if(this.mapZjdTeAll.mapZjdAData !="") {
this.mapZjdTeAll.active = 4; this.mapZjdTeAll.active = 4;
this.$cookies.set("search", this.mapZjdTeAll);
this.$router.push({path: '/homesteadSurvey/add'});
//this.$cookies.set("search", this.mapZjdTeAll);
this.$router.push({path: '/homesteadSurvey/add',query: {res: this.mapZjdTeAll}});
} else { } else {
this.$toast("必须有宅基地数据才能进入附属设施核查"); this.$toast("必须有宅基地数据才能进入附属设施核查");
} }


Carregando…
Cancelar
Salvar