forked from github/dataease
Merge pull request #709 from dataease/pr@v1.2@fix_panel-show-details
fix:修复存在过滤组件的仪表板明细弹出不对问题
This commit is contained in:
commit
09d66fe061
@ -72,6 +72,7 @@
|
|||||||
<de-out-widget
|
<de-out-widget
|
||||||
v-else-if="item.type==='custom'"
|
v-else-if="item.type==='custom'"
|
||||||
:id="'component' + item.id"
|
:id="'component' + item.id"
|
||||||
|
ref="wrapperChild"
|
||||||
class="component"
|
class="component"
|
||||||
:style="getComponentStyleDefault(item.style)"
|
:style="getComponentStyleDefault(item.style)"
|
||||||
:prop-value="item.propValue"
|
:prop-value="item.propValue"
|
||||||
|
Loading…
Reference in New Issue
Block a user