소스 검색

宅基地调查

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

+ 2
- 3
src/views/homesteadSurvey/add.vue 파일 보기

@@ -4240,7 +4240,7 @@
_this.showhncy = false
let params = {
"nhdm":_this.form5.nhdm,
deptId:this.item.deptId
deptId:_this.form5.deptId
}
listNhhncy(params).then((response) => {
_this.hncylist = response.rows
@@ -4259,7 +4259,7 @@
_this.showhncy = false
let params = {
"nhdm":_this.form5.nhdm,
deptId:this.item.deptId
deptId:_this.form5.deptId
}
listNhhncy(params).then((response) => {
_this.hncylist = response.rows
@@ -4319,7 +4319,6 @@
});
} else {
addNmfw(this.nmfwform).then(response => {
console.log(this.nmfwform)
let _this =this
this.$toast({
icon: 'success', // 找到自己需要的图标


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