mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(查询组件): 新添加的查询条件,保存失败,提示没有关联字段和图表
This commit is contained in:
@@ -740,7 +740,7 @@ const handleCondition = item => {
|
||||
handleDialogClick()
|
||||
if (activeConditionForRename.id) return
|
||||
activeCondition.value = item.id
|
||||
curComponent.value = cloneDeep(conditions.value.find(ele => ele.id === item.id))
|
||||
curComponent.value = conditions.value.find(ele => ele.id === item.id)
|
||||
curComponent.value.dataset.fields = []
|
||||
|
||||
multiple.value = curComponent.value.multiple
|
||||
|
||||
Reference in New Issue
Block a user