Procházet zdrojové kódy

优化地图

wulanhaote
hbao před 3 roky
rodič
revize
6dab238860
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. +2
    -3
      src/views/homesteadSurvey/add.vue

+ 2
- 3
src/views/homesteadSurvey/add.vue Zobrazit soubor

@@ -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;
}
});


Načítá se…
Zrušit
Uložit