Merge pull request #10781 from dataease/pr@dev-v2@fix_table_refresh

fix(图表): 表格定时刷新无效
This commit is contained in:
wisonic-s 2024-07-03 18:57:16 +08:00 committed by GitHub
commit c14f23da92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -526,7 +526,7 @@ onMounted(() => {
name: 'clearPanelLinkage',
callback: function (param) {
if (param.viewId === 'all' || param.viewId === element.value.id) {
chartComponent?.value?.clearLinkage()
chartComponent?.value?.clearLinkage?.()
}
}
})