Unverified 提交 92d62fe7 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw 提交者: GitHub

Merge pull request #1710 from dataease/pr@v1.7@fix_panel_error

fix: 仪表板编辑显示空白
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
:id="'component' + item.id" :id="'component' + item.id"
ref="wrapperChild" ref="wrapperChild"
class="component" class="component"
:filters="filterMap[item.propValue.viewId]" :filters="filterMap[item.propValue && item.propValue.viewId]"
:style="getComponentStyleDefault(item.style)" :style="getComponentStyleDefault(item.style)"
:prop-value="item.propValue" :prop-value="item.propValue"
:element="item" :element="item"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论