|
|
@@ -947,6 +947,8 @@ export default { |
|
|
|
console.info(val) |
|
|
|
if(this.form.zjddm == null){ |
|
|
|
Dialog({ type: 'danger', message: '请生成宅基地信息!' }); |
|
|
|
}else if(this.form.theGeomJson == null){ |
|
|
|
Dialog({ type: 'danger', message: '请在地图上标注宅基地所在位置!' }); |
|
|
|
}else{ |
|
|
|
this.$router.push({path:val}); |
|
|
|
} |
|
|
|