Browse Source

优化地图

wulanhaote
hbao 3 years ago
parent
commit
6dab238860
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/views/homesteadSurvey/add.vue

+ 2
- 3
src/views/homesteadSurvey/add.vue View File

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


Loading…
Cancel
Save