소스 검색

宅基地调查

wulanhaote
yujk 3 년 전
부모
커밋
8d92d998a5
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      src/views/homesteadSurvey/add.vue

+ 8
- 0
src/views/homesteadSurvey/add.vue 파일 보기

@@ -3496,6 +3496,7 @@
duration:"1000",
onClose:function(){
_this.showdcsh = false
_this.goBack()
}
})
});
@@ -3520,6 +3521,7 @@
duration:"1000",
onClose:function(){
_this.showdcsh = false
_this.goBack()
}
})
});
@@ -5950,6 +5952,12 @@
}else{
this.form.houseDataConfirmStatus = "CONFIRMED"
this.form.zjdAudit = '0'
let param ={
zjddm : this.item.zjddm,
houseDataConfirmStatus : "CONFIRMED"
}
updateZrzStatus(param).then(res => {})
updateFsssStatus(param).then(res => {})
updateZjdzd(this.form).then(response => {
let _this =this
this.$toast({


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