庞东旭 hace 1 año
padre
commit
0a8b3b311c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/views/homesteadSurvey/add.vue

+ 2
- 0
src/views/homesteadSurvey/add.vue Ver fichero

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


Cargando…
Cancelar
Guardar