fix: 仪表板编辑显示空白

This commit is contained in:
fit2cloud-chenyw 2022-01-27 16:20:34 +08:00
parent b12a387bc1
commit eb6fbc7b5c

View File

@ -101,7 +101,7 @@
:id="'component' + item.id"
ref="wrapperChild"
class="component"
:filters="filterMap[item.propValue.viewId]"
:filters="filterMap[item.propValue && item.propValue.viewId]"
:style="getComponentStyleDefault(item.style)"
:prop-value="item.propValue"
:element="item"