mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
fix(仪表板): 仪表板过滤报错
This commit is contained in:
@@ -28,8 +28,8 @@ const svgDashinePath = computed(() => {
|
||||
})
|
||||
|
||||
const init = expressionTree => {
|
||||
const { logic: lg = 'or', items } = expressionTree
|
||||
logic.value = lg
|
||||
const { items } = expressionTree
|
||||
logic.value = expressionTree.logic || 'or'
|
||||
relationList.value = dfsInit(items || [])
|
||||
}
|
||||
const submit = () => {
|
||||
|
||||
Reference in New Issue
Block a user