diff --git a/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue b/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue index 3f23cce57..9b2088ddd 100644 --- a/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/qbfs/step5.vue @@ -646,6 +646,7 @@ export default { // }else{ // this.qbfsForm.qcflag = 1 // } + this.qbfsForm.prcId = this.$route.query.prcId let json = JSON.stringify(this.qbfsForm); this.$http.post('lawss/activiti/completeTask', { taskIds: this.$route.query.taskIds, @@ -657,8 +658,6 @@ export default { if (res.success) { this.isSubmit = false if(this.qbfsForm.approvalOpinion === 0 && this.qbfsForm.standSort.indexOf("Q/QCBFC") == -1){ - json.prcId = this.$route.query.prcId - this.processCreateFsBuss(json) } this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})