mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:28:37 +08:00
fix:过滤隐藏字段问题
Change-Id: I8898edf03bd2934de181c6ccf8f536fe9270816b
This commit is contained in:
parent
d9c801d20a
commit
223c7744dc
@ -498,7 +498,7 @@ export const EditorStore = types
|
||||
},
|
||||
|
||||
getValueOf(id: string) {
|
||||
return JSONPipeOut(JSONGetById(self.schema, id));
|
||||
return JSONPipeOut(JSONGetById(self.schema, id), false);
|
||||
},
|
||||
|
||||
get valueWithoutHiddenProps() {
|
||||
|
Loading…
Reference in New Issue
Block a user