mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-02 04:07:50 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
eb6dc302ea
@ -61,7 +61,7 @@ export function getJsonLogic() {
|
||||
if (Array.isArray(a)) {
|
||||
return a.includes(b);
|
||||
}
|
||||
return a === b;
|
||||
return a == b;
|
||||
},
|
||||
$ne: function (a, b) {
|
||||
return a != b;
|
||||
|
Loading…
Reference in New Issue
Block a user