fix: 高级筛选添加条件保存报错修复 #28

Merged
liushilong merged 1 commits from al into test 1 year ago

@ -84,10 +84,10 @@ const formRef = ref<FormInst | null>(null)
const formValue = reactive<FormType>({
name: null,
logic: null,
logic: 'where',
conditions: [{
type: null,
operator: null,
operator: 'eq',
result: null,
}],
})

@ -84,10 +84,10 @@ const formRef = ref<FormInst | null>(null)
const formValue = reactive<FormType>({
name: null,
logic: null,
logic: 'where',
conditions: [{
type: null,
operator: null,
operator: 'eq',
result: null,
}],
})

Loading…
Cancel
Save