From 5f980fdf6a2ff395f2cb1fa622dcfe0035735283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 25 Mar 2022 15:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=85=E9=81=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzzqyj/step1-1.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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)