[update] 流程处理后go(-1)不成功的话就跳转到流程中心

This commit is contained in:
lideqin
2024-09-20 18:21:43 +08:00
parent 4c7dd7bc58
commit 37dae2a1f5
2 changed files with 20 additions and 3 deletions
@@ -616,9 +616,6 @@ export default {
}
})
})
},
goBack () {
this.$router.go(-1)
}
}
}