forked from github/dataease
fix(仪表板): 仪表板过滤报错
This commit is contained in:
parent
e9bfecb5dc
commit
29248a8518
@ -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 = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user