From 705d23195849a3569b76210fb4207518ded3c137 Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Sun, 24 Apr 2022 11:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/qbfz/step1.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue b/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue index c5dc2f3ab..3e4cabfe5 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfz/step1.vue @@ -617,15 +617,15 @@ export default { }, //流程提交 handleSubmit() { - if(this.$route.query.prcNum === undefined){ + if(this.$route.query.prcNum === undefined || this.$route.query.type == '2'){ this.$refs['qbfsForm'].validate((valid) => { if (valid) { this.$refs['roleForm'].validate((valid) => { if (valid) { - if (this.$route.query.type === 2) { + if (this.$route.query.type == '2') { this.isSubmit = true this.standardSearch.commentText = this.commentText - var json = Object.assign(this.standardSearch, this.roleForm) + var json = Object.assign( this.roleForm,this.standardSearch) this.$http.post('lawss/activiti/completeTaskNew', { taskIds: this.$route.query.taskIds, userId : this.$store.getters.userInfo.userId,