mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 21:49:09 +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) {
|
getValueOf(id: string) {
|
||||||
return JSONPipeOut(JSONGetById(self.schema, id));
|
return JSONPipeOut(JSONGetById(self.schema, id), false);
|
||||||
},
|
},
|
||||||
|
|
||||||
get valueWithoutHiddenProps() {
|
get valueWithoutHiddenProps() {
|
||||||
|
Loading…
Reference in New Issue
Block a user