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