mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 修复 inputArray 在编辑器中渲染错误的问题 (#10104)
This commit is contained in:
parent
fae6b44ee5
commit
0837b30dc4
@ -194,7 +194,7 @@ export function JSONPipeOut(
|
||||
});
|
||||
return flag ? ret : obj;
|
||||
}
|
||||
if (!isObject(obj) || isObservable(obj)) {
|
||||
if (!isPlainObject(obj)) {
|
||||
return obj;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user