fix:关闭仪表板编辑界面时清空画布缓存,修复过滤组件回显问题

This commit is contained in:
wangjiahao 2021-07-28 13:53:08 +08:00
parent 96fce96245
commit 5de947ae3f

View File

@ -138,6 +138,7 @@ export default {
methods: {
close() {
this.clearCanvas()
this.$emit('close-left-panel')
this.$nextTick(() => {
bus.$emit('PanelSwitchComponent', { name: 'PanelMain' })