diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue index 5dab77961..84c0d93a9 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step8.vue @@ -452,6 +452,8 @@ export default { json.directorFlag = '0' json.onlyKey = this.onlyKey json.commentText = this.commentText8 + json.presidentUser = this.form.presidentUser + json.presidentUserName = this.form.presidentUserName this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds,