mirror of
https://github.com/dataease/dataease.git
synced 2026-06-18 05:18:07 +08:00
fix(查询组件): 查询组件选项值为手动输入,查看默认值是未勾选状态的。 #16709
This commit is contained in:
committed by
xuwei-fit2cloud
parent
e6072fb933
commit
8839664b6d
@@ -605,7 +605,7 @@ const setOptions = (num: number) => {
|
||||
label: `${ele}`,
|
||||
value: `${ele}`,
|
||||
checked: Array.isArray(selectValue.value)
|
||||
? selectValue.value.includes(ele)
|
||||
? selectValue.value.includes(`${ele}`)
|
||||
: selectValue.value === ele
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user