Ver a proveniência

优化地图

wulanhaote
hbao há 3 anos
ascendente
cometimento
6dab238860
1 ficheiros alterados com 2 adições e 3 eliminações
  1. +2
    -3
      src/views/homesteadSurvey/add.vue

+ 2
- 3
src/views/homesteadSurvey/add.vue Ver ficheiro

@@ -3338,7 +3338,6 @@
},
mounted(){
if(this.active ==1){

this.mapClickLoading();
}
},
@@ -4567,7 +4566,7 @@
}
listZrz(params).then(response => {
this.zrzlist = response.rows;
if(this.active ==3 && this.enterMap ==1){
if(this.active ==3 && this.enterMap ==1 && this.ztMap){
this.form3.zjddm = this.backMap.zjddm;
}
});
@@ -4584,7 +4583,7 @@
}
listFsss(params).then(response => {
this.fssslist = response.rows;
if(this.active ==4 && this.enterMap ==1){
if(this.active ==4 && this.enterMap ==1 && this.ztMap){
this.form4.zjddm = this.backMap.zjddm;
}
});


Carregando…
Cancelar
Guardar