修改流程

This commit is contained in:
zyx.net
2022-11-24 16:57:07 +08:00
parent 3276c56953
commit 6739f9ff32
2 changed files with 2 additions and 2 deletions
@@ -588,7 +588,6 @@ export default {
if (this.$route.query.bpnId && this.$route.query.bpnId !== '') {
let taskId = {
id: this.$route.query.bpnId,
prcId: this.$route.query.prcId,
}
taskDel(taskId).then(res=>{
return res
@@ -658,6 +657,7 @@ 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'})
@@ -3248,7 +3248,7 @@ export default {
processForm.reviseStatus = '2'
}
this.form.standSort = processForm.bussSort
this.form.planId = processForm.nowEsId
this.form.planId = processForm.esPlanId
this.nowEsId = processForm.nowEsId
this.form.reviseStatus = processForm.reviseStatus
this.form.standName = processForm.esName