mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
fix(data-source): 迭代条件条件组编译逻辑不对
This commit is contained in:
parent
2b8648ed35
commit
1fc04b4464
@ -85,7 +85,9 @@ export const compliedIteratorItemConditions = (displayConds: DisplayCond[] = [],
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
if (result) {
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user