From 3ab63ee9e03f3c9f31da814e9549ce4b7ab73ab7 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, 1 Dec 2021 15:51:36 +0800 Subject: [PATCH] commit --- .../pages/creatProcess/xmpg/step4.vue | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue b/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue index cb0d4e798..76572cf45 100644 --- a/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/xmpg/step4.vue @@ -822,28 +822,28 @@ export default { this.$message.warning('请填写完整的不符合项信息') this.comFlag = 0 }else{ - // this.listForm.prcCreateUser = this.$store.getters.userInfo.userId; - // this.listForm.commentText = this.commentText; - // this.listForm.approvalOpinion = ""; - // this.listForm.signFlag = ""; - // this.listForm.dataList = this.dataList; - // const json = JSON.stringify(this.listForm); - // this.isSubmit = true; - // this.$http.post("lawss/activiti/completeTask", { - // taskIds: this.taskIds, - // userId: this.userId, - // json: json - // }, { - // _this: this - // }, res => { - // if (res.success) { - // this.$message.success(res.message); - // this.$router.push("/processCenter"); - // } - // this.isSubmit = false; - // }, e => { - // - // }); + this.listForm.prcCreateUser = this.$store.getters.userInfo.userId; + this.listForm.commentText = this.commentText; + this.listForm.approvalOpinion = ""; + this.listForm.signFlag = ""; + this.listForm.dataList = this.dataList; + const json = JSON.stringify(this.listForm); + this.isSubmit = true; + this.$http.post("lawss/activiti/completeTask", { + taskIds: this.taskIds, + userId: this.userId, + json: json + }, { + _this: this + }, res => { + if (res.success) { + this.$message.success(res.message); + this.$router.push("/processCenter"); + } + this.isSubmit = false; + }, e => { + + }); } }, //批量编辑