diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 7692217f..5b7e5b80 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/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', // 找到自己需要的图标