Browse Source

地图跳转清除保存状态

wulanhaote
hbao 3 years ago
parent
commit
bc28fecf52
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/views/homesteadSurvey/list.vue

+ 3
- 0
src/views/homesteadSurvey/list.vue View File

@@ -5559,6 +5559,7 @@
this.mapZjdTeAll.mapZjdAData.theGeom =this.htZjdZrzFsss;
//this.mapZjdTeAll.mapZjdAData.deptId = this.$cookies.get("item").deptId;
//this.$cookies.set("search",this.mapZjdTeAll);
this.$cookies.set("search","")
this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}});
}else {
this.$toast("已选择宅基地,请选择自然幢或附属设施按钮");
@@ -5571,6 +5572,7 @@
this.mapZjdTeAll.mapZrzAData.deptId =this.$cookies.get("item").deptId;
//this.mapZjdTeAll.mapZrzAData.deptId = this.$cookies.get("item").deptId;
//this.$cookies.set("search",this.mapZjdTeAll);
this.$cookies.set("search","")
this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}});
}else {
this.$toast("请先在地图上选择宅基地后,再选择自然幢按钮");
@@ -5583,6 +5585,7 @@
this.mapZjdTeAll.mapFsssAData.deptId =this.$cookies.get("item").deptId;
//this.mapZjdTeAll.mapFsssAData.deptId = this.$cookies.get("item").deptId;
//this.$cookies.set("search",this.mapZjdTeAll);
this.$cookies.set("search","")
this.$router.push({path:'/homesteadSurvey/add',query: {res: this.mapZjdTeAll}});
}else {
this.$toast("请先在地图上选择宅基地后,再选择附属设施按钮");


Loading…
Cancel
Save