mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 11:21:44 +08:00
fix(数据大屏、仪表板): 仪表板外部参数请求完成后级联时二级级联查询没有被筛选 #16059
This commit is contained in:
@@ -1335,8 +1335,12 @@ export const dvMainStore = defineStore('dataVisualization', {
|
||||
itemInner['currentSelectValue'] = Array.isArray(curDefaultValue)
|
||||
? curDefaultValue
|
||||
: [curDefaultValue]
|
||||
itemInner['selectValue'] = Array.isArray(curDefaultValue)
|
||||
? curDefaultValue
|
||||
: [curDefaultValue]
|
||||
} else {
|
||||
itemInner['currentSelectValue'] = []
|
||||
itemInner['selectValue'] = []
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user