Selaa lähdekoodia

清空map

wulanhaote
hbao 3 vuotta sitten
vanhempi
commit
6ebb0b35af
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +1
    -1
      src/views/homesteadSurvey/add.vue
  2. +1
    -0
      src/views/homesteadSurvey/list.vue

+ 1
- 1
src/views/homesteadSurvey/add.vue Näytä tiedosto

@@ -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 Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna