修改流程

This commit is contained in:
zyx.net
2022-11-24 17:22:53 +08:00
parent f8047c1eec
commit 05377b5b70
@@ -646,6 +646,7 @@ export default {
// }else{ // }else{
// this.qbfsForm.qcflag = 1 // this.qbfsForm.qcflag = 1
// } // }
this.qbfsForm.prcId = this.$route.query.prcId
let json = JSON.stringify(this.qbfsForm); let json = JSON.stringify(this.qbfsForm);
this.$http.post('lawss/activiti/completeTask', { this.$http.post('lawss/activiti/completeTask', {
taskIds: this.$route.query.taskIds, taskIds: this.$route.query.taskIds,
@@ -657,8 +658,6 @@ export default {
if (res.success) { if (res.success) {
this.isSubmit = false this.isSubmit = false
if(this.qbfsForm.approvalOpinion === 0 && this.qbfsForm.standSort.indexOf("Q/QCBFC") == -1){ if(this.qbfsForm.approvalOpinion === 0 && this.qbfsForm.standSort.indexOf("Q/QCBFC") == -1){
json.prcId = this.$route.query.prcId
this.processCreateFsBuss(json) this.processCreateFsBuss(json)
} }
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'}) this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})