mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
refactor(数据大屏、仪表板): 复用不展示当前仪表板或者大屏 #15917
This commit is contained in:
@@ -254,6 +254,9 @@ const nodeCollapse = data => {
|
||||
}
|
||||
|
||||
const filterNode = (value: string, data: BusiTreeNode) => {
|
||||
if (showPosition.value === 'multiplexing' && data.id === dvInfo.value?.id) {
|
||||
return false
|
||||
}
|
||||
if (!value) return true
|
||||
return data.name?.toLocaleLowerCase().includes(value.toLocaleLowerCase())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user