mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
修复 filter 报错问题
This commit is contained in:
parent
5a6a4138a6
commit
2e03812ede
@ -364,7 +364,7 @@ function getStrOrVariable(value: string, data: any) {
|
||||
? parseFloat(value)
|
||||
: /,/.test(value)
|
||||
? value.split(/\s*,\s*/)
|
||||
: (resolveVariable(value, data) ?? value);
|
||||
: resolveVariable(value, data);
|
||||
}
|
||||
|
||||
function getConditionValue(
|
||||
|
Loading…
Reference in New Issue
Block a user