feat: There is no way the, BUG #52087
This commit is contained in:
@@ -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 => {
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user