Skip to content

Commit 1fc04b4

Browse files
author
roymondchen
committed
fix(data-source): 迭代条件条件组编译逻辑不对
1 parent 2b8648e commit 1fc04b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/data-source/src/utils.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ export const compliedIteratorItemConditions = (displayConds: DisplayCond[] = [],
8585
}
8686
}
8787

88-
return result;
88+
if (result) {
89+
return result;
90+
}
8991
}
9092

9193
return false;

0 commit comments

Comments
 (0)