From a8957b1efcbd9f2f235a7c7fea19bd34f809a990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Wed, 6 Apr 2022 11:17:02 +0800 Subject: [PATCH] =?UTF-8?q?52397=20=E6=A0=87=E5=87=86=E8=B0=83=E7=A0=94?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=EF=BC=9A=E6=92=A4=E5=9B=9E=E8=8D=89=E7=A8=BF?= =?UTF-8?q?=E5=90=8E=E6=B5=81=E7=A8=8B=E6=B2=A1=E6=9C=89=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processCenter/pages/creatProcess/bzdy/step1-1.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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)