浏览代码

宅基地调查优化

rongxin_prod
Xyq123* 1年前
父节点
当前提交
8a8b4df352
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      src/views/homesteadSurvey/add.vue

+ 4
- 0
src/views/homesteadSurvey/add.vue 查看文件

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


正在加载...
取消
保存