mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 19:48:18 +08:00
fix(仪表板): 修复被联动图表被删除后,联动配置没有清理问题
This commit is contained in:
@@ -867,6 +867,7 @@ function removeItem(index) {
|
||||
})
|
||||
}
|
||||
componentData.value.splice(index, 1)
|
||||
dvMainStore.removeLinkageInfo(item['id'])
|
||||
if (!!checkedFields.length) {
|
||||
Array.from(new Set(checkedFields)).forEach(ele => {
|
||||
emitter.emit(`query-data-${ele}`)
|
||||
|
||||
Reference in New Issue
Block a user