diff --git a/ruoyi-ui/src/components/Process/index.vue b/ruoyi-ui/src/components/Process/index.vue index 56e62f3f..70be453f 100755 --- a/ruoyi-ui/src/components/Process/index.vue +++ b/ruoyi-ui/src/components/Process/index.vue @@ -280,7 +280,6 @@ export default { goBack() { const obj = {path: "/flowable/definition", query: {t: Date.now()}}; this.$tab.closeOpenPage(obj); - this.toggleSideBar(); }, } }