mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
Merge pull request #1710 from dataease/pr@v1.7@fix_panel_error
fix: 仪表板编辑显示空白
This commit is contained in:
commit
92d62fe7fe
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user