forked from github/dataease
fix: 仪表板编辑显示空白
This commit is contained in:
parent
b12a387bc1
commit
eb6fbc7b5c
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user