Ver a proveniência

宅基地调查优化

rongxin_prod
Xyq123* há 1 ano
ascendente
cometimento
8a8b4df352
1 ficheiros alterados com 4 adições e 0 eliminações
  1. +4
    -0
      src/views/homesteadSurvey/add.vue

+ 4
- 0
src/views/homesteadSurvey/add.vue Ver ficheiro

@@ -844,6 +844,10 @@ export default {
methods: {
submitzjd(){
this.$refs.form.validate().then(() => {
if(this.form.theGeomJson == null){
Dialog({ type: 'danger', message: '请在地图上标注宅基地所在位置!' });
return;
}
if(this.form.id == null){
let surveyItem = JSON.parse(localStorage.getItem("surveyItem"));
this.$set(this.form, 'surveyId', surveyItem.id);


Carregando…
Cancelar
Guardar