fix: 文本搜索开启必填后首次过滤结果与外部参数冲突问题
This commit is contained in:
parent
cebad4d908
commit
95696f1094
@ -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
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user