修改流程
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user