浏览代码

清空map

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

+ 1
- 1
src/views/homesteadSurvey/add.vue 查看文件

@@ -4249,7 +4249,7 @@
if(this.ztMap && this.enterMap ==1){
this.$cookies.set("map",this.backMap);
} else {
this.$cookies.set("map","");
}
this.$router.push({name:'homesteadList'});
// }


+ 1
- 0
src/views/homesteadSurvey/list.vue 查看文件

@@ -1844,6 +1844,7 @@
},
// 返回
onClickLeft(){
this.$cookies.set("map","")
this.$router.push('/homesteadSurvey/index');
},
onConfirmhncysjly(value){


正在加载...
取消
保存