mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
fix(查询组件): 查询组件选项值默认一条
This commit is contained in:
parent
1a8d71c02f
commit
055bfdd995
@ -964,7 +964,6 @@ const handleCondition = item => {
|
||||
valueSource.value = cloneDeep(curComponent.value.valueSource)
|
||||
if (!valueSource.value.length) {
|
||||
valueSource.value.push('')
|
||||
valueSource.value.push('')
|
||||
}
|
||||
parameterCompletion()
|
||||
nextTick(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user