forked from github/dataease
feat(数据大屏): 数据大屏支持Tab组件#9449
This commit is contained in:
parent
0b5c026a07
commit
fe09bdaee8
@ -463,11 +463,9 @@ onMounted(() => {
|
|||||||
eventBus.on('onTabSortChange-' + element.value.id, reShow)
|
eventBus.on('onTabSortChange-' + element.value.id, reShow)
|
||||||
currentInstance = getCurrentInstance()
|
currentInstance = getCurrentInstance()
|
||||||
initCarousel()
|
initCarousel()
|
||||||
if (isDashboard()) {
|
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
groupSizeStyleAdaptor(element.value)
|
groupSizeStyleAdaptor(element.value)
|
||||||
})
|
})
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
|
||||||
onBeforeMount(() => {
|
onBeforeMount(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user