From df87ebbc83564780faccf076ef6db051823d046a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A1=BE=E5=8C=97=E6=B8=85?= <1653777235@qq.com> Date: Thu, 5 Jun 2025 11:43:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20ruoyi-ui/src/components/Process/index.?= =?UTF-8?q?vue.=20=E4=BC=98=E5=8C=96=EF=BC=9A=E6=97=A0=E6=95=88=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/components/Process/index.vue | 1 - 1 file changed, 1 deletion(-) 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(); }, } }