fix:过滤隐藏字段问题

Change-Id: I8898edf03bd2934de181c6ccf8f536fe9270816b
This commit is contained in:
hsm-lv 2022-07-29 17:23:31 +08:00
parent d9c801d20a
commit 223c7744dc

View File

@ -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() {