庞东旭 1 year ago
parent
commit
0a8b3b311c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/views/homesteadSurvey/add.vue

+ 2
- 0
src/views/homesteadSurvey/add.vue View File

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


Loading…
Cancel
Save