浏览代码

地图优化

wulanhaote
hbao 3 年前
父节点
当前提交
fcb1c0b01a
共有 1 个文件被更改,包括 7 次插入6 次删除
  1. +7
    -6
      src/views/homesteadSurvey/list.vue

+ 7
- 6
src/views/homesteadSurvey/list.vue 查看文件

@@ -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("必须有宅基地数据才能进入附属设施核查");
}


正在加载...
取消
保存