mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
refactor: 优化首选项默认值处理 (#17848)
This commit is contained in:
@@ -1308,7 +1308,7 @@ export const dvMainStore = defineStore('dataVisualization', {
|
||||
if (result) {
|
||||
filterItem['selectValue'] = result
|
||||
filterItem['defaultValue'] = result
|
||||
} else {
|
||||
} else if (!filterItem.defaultValueFirstItem) {
|
||||
filterItem.defaultValueCheck = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user