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>({ const formValue = reactive<FormType>({
name: null, name: null,
logic: null, logic: 'where',
conditions: [{ conditions: [{
type: null, type: null,
operator: null, operator: 'eq',
result: null, result: null,
}], }],
}) })

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

Loading…
Cancel
Save