diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 3fdf76d9..4dab780d 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -21,7 +21,7 @@ margin: 20px;margin-top:-70px;"> - +

宅基地

@@ -35,14 +35,14 @@
- +

房屋信息

- +

附属设施

@@ -914,7 +914,7 @@ label="备注" placeholder="备注" /> - +
保存
@@ -1953,7 +1953,7 @@ label="备注" placeholder="备注" /> - +
保存
@@ -3613,15 +3613,19 @@ 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(); }else{ this.active=1 + this.mapClickLoading(); } }, // 清空画板