Merge pull request #10726 from dataease/pr@dev-v2_st

fix(查询组件): 查询组件选项值默认一条
This commit is contained in:
dataeaseShu 2024-07-02 18:36:00 +08:00 committed by GitHub
commit 1cbe04efdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(() => {