Kaynağa Gözat

地图优化

wulanhaote
hbao 3 yıl önce
ebeveyn
işleme
fcb1c0b01a
1 değiştirilmiş dosya ile 7 ekleme ve 6 silme
  1. +7
    -6
      src/views/homesteadSurvey/list.vue

+ 7
- 6
src/views/homesteadSurvey/list.vue Dosyayı Görüntüle

@@ -5437,21 +5437,22 @@
if(this.zjdHcDy != "" && this.zjdHcDy != "undefined"){
if(this.mapZjdData !=undefined && this.mapZjdData !="" && this.mapZjdDataTure !=""){
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 !=""){
if(this.mapZjdTeAll.mapZjdAData !=""){
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 {
this.$toast("必须有宅基地数据才能进入自然幢核查");
}
}else {
if(this.mapZjdTeAll.mapZjdAData !="") {
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 {
this.$toast("必须有宅基地数据才能进入附属设施核查");
}


Yükleniyor…
İptal
Kaydet