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

fix: 仪表板编辑显示空白
This commit is contained in:
fit2cloud-chenyw 2022-01-27 16:21:45 +08:00 committed by GitHub
commit 92d62fe7fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"