From 17f23da7931bdfe933ccaa778ffe50cfe678f6e0 Mon Sep 17 00:00:00 2001 From: baoyu <102349094+Bytq@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BF=E7=AD=96=E5=BE=81=E6=B1=82=E6=84=8F?= =?UTF-8?q?=E8=A7=81=E6=B5=81=E7=A8=8B=20=E5=BE=81=E6=B1=82=E6=84=8F?= =?UTF-8?q?=E8=A7=81=E5=88=97=E8=A1=A8=20=E5=8F=82=E6=95=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../policyConsultation/components/solicitationList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue index a79fe3a16..251cd85d7 100644 --- a/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue +++ b/src/pages/processCenter/pages/creatProcess/policyConsultation/components/solicitationList.vue @@ -382,7 +382,7 @@ export default { }, addModelForm (row) { if (this.addOrEdit == 'add') { - this.$http.postData('lawss/activiti/insertPolicitOpinionEOList', { ...row, prcId: this.$route.query.prcId, userId: this.$store.getters.userInfo.userId }, { _this: this }, res => { + this.$http.postData('lawss/activiti/insertPolicitOpinionEOList', { ...row, prcId: this.$route.query.prcId, sarLawsInfoId: this.$parent.dataForm.lawsId }, { _this: this }, res => { if (res.ok) { this.$message.success('操作成功') }else { @@ -391,7 +391,7 @@ export default { }, e => { }) } else if (this.addOrEdit == 'edit') { - this.$http.postData('lawss/activiti/updatePolicitOpinionEOList', { ...row, prcId: this.$route.query.prcId, userId: this.$store.getters.userInfo.userId }, { _this: this }, res => { + this.$http.putData('lawss/activiti/updatePolicitOpinionEOList', { ...row, prcId: this.$route.query.prcId, sarLawsInfoId: this.$parent.dataForm.lawsId }, { _this: this }, res => { if (res.ok) { this.$message.success('操作成功') }else {