diff --git a/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue b/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue index c4b41764c..8aab4a1ed 100644 --- a/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue +++ b/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue @@ -503,12 +503,12 @@ let _formData = new FormData(); this.$refs.solicitationListRef.save((row,ids)=>{ _formData.append("taskIds", this.$route.query.taskIds); - _formData.append("currentUserId", this.$store.getters.userInfo.userId); _formData.append("json", JSON.stringify({ form: this.dataForm, commentText: this.commentText, policySolicitOpinionEOList: row, removeIds: ids, + currentUserId:this.$store.getters.userInfo.userId })); saveTaskForPub(_formData).then(res => { this.saveLoading = false;