Merge pull request #1422 from dataease/pr@dev@fix_panel-filter

fix: 仪表板编辑移入过滤组件时,点击叉号关闭出现占位未取消的问题
This commit is contained in:
王嘉豪 2021-12-09 18:27:39 +08:00 committed by GitHub
commit 1f65069e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,6 +144,7 @@
:title="(currentWidget && currentWidget.getLeftPanel && currentWidget.getLeftPanel().label ? $t(currentWidget.getLeftPanel().label) : '') + $t('panel.module')"
:visible.sync="filterVisible"
custom-class="de-filter-dialog"
@close="cancelFilter"
>
<filter-dialog v-if="filterVisible && currentWidget" :widget-info="currentWidget" :component-info="currentFilterCom" @re-fresh-component="reFreshComponent">
<component