forked from github/dataease
Merge pull request #5264 from dataease/pr@dev@fix_tab_symbol_map
fix(选项卡): 包含两页符号地图时,第二页无法显示底图#5125
This commit is contained in:
commit
a1b702fdc6
@ -25,7 +25,7 @@
|
||||
<el-tab-pane
|
||||
v-for="(item, index) in element.options.tabList"
|
||||
:key="item.name+index"
|
||||
:lazy="false"
|
||||
:lazy="true"
|
||||
:name="item.name"
|
||||
>
|
||||
<span slot="label">
|
||||
|
Loading…
Reference in New Issue
Block a user