| @@ -3084,6 +3084,8 @@ | |||||
| }, | }, | ||||
| //记录是否从地图进入 | //记录是否从地图进入 | ||||
| enterMap: "", | enterMap: "", | ||||
| //记录从地图进入宅基地代码 | |||||
| enterMapZjddm:"", | |||||
| }; | }; | ||||
| }, | }, | ||||
| created(){ | created(){ | ||||
| @@ -3200,6 +3202,7 @@ | |||||
| this.backMap.activeBtn = 4; | this.backMap.activeBtn = 4; | ||||
| this.enterMap =1; | this.enterMap =1; | ||||
| this.backMap.backMapZjdAData =this.$cookies.get("search").mapZjdAData; | this.backMap.backMapZjdAData =this.$cookies.get("search").mapZjdAData; | ||||
| this.enterMapZjddm = this.$cookies.get("search").mapZjdAData.zjddm; | |||||
| //返回地图值记录----end | //返回地图值记录----end | ||||
| this.active = this.$cookies.get("search").active | this.active = this.$cookies.get("search").active | ||||
| this.item = this.$cookies.get("search").mapZjdAData | this.item = this.$cookies.get("search").mapZjdAData | ||||
| @@ -5024,9 +5027,16 @@ | |||||
| .generate() // 使用生成器调用把签字的图片转换成为base64图片格式 | .generate() // 使用生成器调用把签字的图片转换成为base64图片格式 | ||||
| .then((res) => { | .then((res) => { | ||||
| this.resultImg = res; | this.resultImg = res; | ||||
| if(this.$cookies.get("search").zjddm !="" && this.$cookies.get("search").zjddm !=undefined && this.$cookies.get("search").zjddm !=null){ | |||||
| updateZrzZt(this.$cookies.get("search").zjddm).then(response => {}); | |||||
| updateFsssZt(this.$cookies.get("search").zjddm).then(response => {}); | |||||
| if(this.enterMap ==1){ | |||||
| if(this.enterMapZjddm !="" && this.enterMapZjddm !=undefined && this.enterMapZjddm !=null){ | |||||
| updateZrzZt(this.enterMapZjddm).then(response => {}); | |||||
| updateFsssZt(this.enterMapZjddm).then(response => {}); | |||||
| } | |||||
| }else { | |||||
| if(this.$cookies.get("search").zjddm !="" && this.$cookies.get("search").zjddm !=undefined && this.$cookies.get("search").zjddm !=null){ | |||||
| updateZrzZt(this.$cookies.get("search").zjddm).then(response => {}); | |||||
| updateFsssZt(this.$cookies.get("search").zjddm).then(response => {}); | |||||
| } | |||||
| } | } | ||||
| }) | }) | ||||
| .catch((err) => { | .catch((err) => { | ||||