浏览代码

宅基地调查

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', // 找到自己需要的图标


正在加载...
取消
保存