Explorar el Código

地图优化

wulanhaote
hbao hace 3 años
padre
commit
40ddb9bb4c
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      src/views/homesteadSurvey/add.vue

+ 4
- 2
src/views/homesteadSurvey/add.vue Ver fichero

@@ -4243,14 +4243,15 @@
// this.$cookies.set("item",this.backMap);
// this.$router.push({name:'homesteadList'});
// } else {
this.enterMap="";
//this.enterMap="";
this.$cookies.set("item","");
if(this.ztMap){
if(this.ztMap && this.enterMap ==1){
this.itemBc.activeBtn = 4;
this.itemBc.backMapZjdAData = this.backMap.backMapZjdAData;
console.log(this.itemBc);
this.$cookies.set("item",this.itemBc);
} else {
console.log(this.itemBc);
this.$cookies.set("item",this.itemBc);
}
this.$router.push({name:'homesteadList'});
@@ -5732,6 +5733,7 @@
}
}else{
this.form4=item
console.log(this.form4);
if(this.form4.fssslx==null||this.form4.fssslx==""){
this.form4.fssslx = "11"
this.form4.fssslxName = "畜厩"


Cargando…
Cancelar
Guardar