mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
fix: 修复 crud 点选出现无线循环的问题 Close: #8523
This commit is contained in:
parent
80fcdbb5ab
commit
1c7771fe29
@ -1253,7 +1253,7 @@ export const FormItemStore = StoreNode.named('FormItemStore')
|
||||
}
|
||||
});
|
||||
|
||||
if (filteredOptions.length) {
|
||||
if (filteredOptions.length && options.length) {
|
||||
filteredOptions = mapTree(filteredOptions, item => {
|
||||
if (~options.indexOf(item.value)) {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user