Merge pull request #7006 from dataease/pr@dev@fix_outer-params-filter

fix: 文本搜索开启必填后首次过滤结果与外部参数冲突问题
This commit is contained in:
王嘉豪 2023-12-05 14:22:05 +08:00 committed by GitHub
commit a56e254e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}
})