mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
Merge pull request #7006 from dataease/pr@dev@fix_outer-params-filter
fix: 文本搜索开启必填后首次过滤结果与外部参数冲突问题
This commit is contained in:
@@ -524,8 +524,8 @@ const data = {
|
||||
element.options.manualModify = false
|
||||
}
|
||||
// 去掉首选项
|
||||
if (element.options?.attr?.selectFirst) {
|
||||
element.options.attr.selectFirst = false
|
||||
if (element.options?.attrs?.selectFirst) {
|
||||
element.options.attrs.selectFirst = false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user