From c7c1ac02e892ce6cdc8e39189de35c0049795c06 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 22 Jul 2021 18:34:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=90=8E=E8=8F=9C=E5=8D=95=E4=B8=8D=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/task/dataset.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/system/task/dataset.vue b/frontend/src/views/system/task/dataset.vue index b958895733..915eb3ae84 100644 --- a/frontend/src/views/system/task/dataset.vue +++ b/frontend/src/views/system/task/dataset.vue @@ -44,6 +44,7 @@ export default { }) }, created() { + this.$store.dispatch('app/toggleSideBarHide', false) const routerParam = this.$router.currentRoute.params routerParam && this.$nextTick(() => { this.toMsgShare(routerParam)