mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
commit
8739ac2d99
@ -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