diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index b817da7d..c6d28643 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -35,14 +35,14 @@
- +

房屋信息

- +

附属设施

@@ -3613,16 +3613,16 @@ changeActive(){ if(this.active<4){ this.active+=1 - this.mapClickLoading(); }else{ this.active=1 - this.mapClickLoading(); } }, changeActiveBack(){ if(this.active>1){ this.active-=1 - this.mapClickLoading(); + if(this.active ==1){ + this.mapClickLoading(); + } }else{ this.active=1 this.mapClickLoading();