소스 검색

宅基地调查优化

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


불러오는 중...
취소
저장