From 6dab238860311b277ab7f5a5ca5cb26f10c9ab10 Mon Sep 17 00:00:00 2001 From: hbao Date: Fri, 11 Mar 2022 18:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index bac5ca45..a51227d5 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -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; } });