+
@@ -349,6 +349,10 @@ export default {
this.currentWidget = ApplicationContext.getService(serviceName)
this.currentFilterCom = this.curComponent
this.openFilterDiolog()
+ },
+ closeLeftPanel() {
+ this.show = false
+ this.beforeDestroy()
}
}
}
diff --git a/frontend/src/views/panel/index.vue b/frontend/src/views/panel/index.vue
index 32ca274ad3..cc2d25bc39 100644
--- a/frontend/src/views/panel/index.vue
+++ b/frontend/src/views/panel/index.vue
@@ -1,5 +1,5 @@
-
+