mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
@@ -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