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)