fix: 文本搜索开启必填后首次过滤结果与外部参数冲突问题

This commit is contained in:
wangjiahao 2023-12-05 14:19:19 +08:00
parent cebad4d908
commit 95696f1094

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