feat: There is no way the, BUG #52087

This commit is contained in:
super_liu
2022-03-25 17:55:04 +08:00
parent 9f787d0ac9
commit 46e5faaef6
@@ -654,7 +654,10 @@ export default {
}, res => { }, res => {
if (res.success) { if (res.success) {
this.isSubmit = false this.isSubmit = false
this.processCreateFsBuss(json) if(this.qbfsForm.approvalOpinion === 0){
this.processCreateFsBuss(json)
}
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
} }
}, e => { }, e => {
}); });