mirror of
https://github.com/dataease/dataease.git
synced 2026-06-15 02:21:43 +08:00
fix:关闭仪表板编辑界面时清空画布缓存,修复过滤组件回显问题
This commit is contained in:
@@ -138,6 +138,7 @@ export default {
|
||||
|
||||
methods: {
|
||||
close() {
|
||||
this.clearCanvas()
|
||||
this.$emit('close-left-panel')
|
||||
this.$nextTick(() => {
|
||||
bus.$emit('PanelSwitchComponent', { name: 'PanelMain' })
|
||||
|
||||
Reference in New Issue
Block a user