diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue index b2636852d..02df7e9a0 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue @@ -575,7 +575,15 @@ if (valid) { this.isSubmit = true this.$http.post('lawss/activiti/startProcessRollBack', { - type: '2' + id: '', + createUser: this.$store.getters.userInfo.userId, + createUserName: this.$store.getters.userInfo.userName, + type: '2', + json: JSON.stringify({ + form: this.form, + roleForm: this.roleForm, + commentText1: this.commentText1 + }) }, {}, res => { if (res.ok) { var json = Object.assign(this.form, this.roleForm)