Merge pull request 'fix: 高级筛选添加条件保存报错修复' (#28) from al into test

Reviewed-on: #28
pull/29/head^2
刘释隆 1 year ago
commit 20a21e8ee5

@ -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