From d5ee40ddee72b57e07e8a46a31635bf75297af17 Mon Sep 17 00:00:00 2001 From: yujk <990961482@qq.com> Date: Fri, 4 Mar 2022 19:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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', // 找到自己需要的图标