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