Ver código fonte

宅基地调查优化

rongxin_prod
Xyq123* 1 ano atrás
pai
commit
33ec2a220a
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/views/homesteadSurvey/add.vue

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

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


Carregando…
Cancelar
Salvar