| @@ -3338,7 +3338,6 @@ | |||||
| }, | }, | ||||
| mounted(){ | mounted(){ | ||||
| if(this.active ==1){ | if(this.active ==1){ | ||||
| this.mapClickLoading(); | this.mapClickLoading(); | ||||
| } | } | ||||
| }, | }, | ||||
| @@ -4567,7 +4566,7 @@ | |||||
| } | } | ||||
| listZrz(params).then(response => { | listZrz(params).then(response => { | ||||
| this.zrzlist = response.rows; | 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; | this.form3.zjddm = this.backMap.zjddm; | ||||
| } | } | ||||
| }); | }); | ||||
| @@ -4584,7 +4583,7 @@ | |||||
| } | } | ||||
| listFsss(params).then(response => { | listFsss(params).then(response => { | ||||
| this.fssslist = response.rows; | 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; | this.form4.zjddm = this.backMap.zjddm; | ||||
| } | } | ||||
| }); | }); | ||||