diff --git a/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue b/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue index 155a67700..96da5bcab 100644 --- a/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue +++ b/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue @@ -623,7 +623,7 @@ this.$refs.solicitationListRef.submit((row, ids) => { const json = Object.assign(this.dataForm); json.commentText = this.commentText - json.approvalFlag = 0 + json.approvalFlag = 1 let query = { form: json, policySolicitOpinionEOList: row,