diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue index 37634e781..79c79f8e8 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step1-1.vue @@ -828,7 +828,17 @@ export default { if (valid) { this.isSubmit = true this.$http.post('lawss/activiti/startProcessRollBack', { - type: '3' + id: '', + createUser: this.$store.getters.userInfo.userId, + createUserName: this.$store.getters.userInfo.userName, + type: '3', + json: JSON.stringify({ + form: this.form, + roleForm: this.roleForm, + commentText1: this.commentText1, + filesId: this.addFjList, + filesName: this.form.fjListName + }) }, {}, res => { if (res.ok) { var json = Object.assign(this.form, this.roleForm)