diff --git a/packages/amis-editor-core/src/store/editor.ts b/packages/amis-editor-core/src/store/editor.ts index daf61c5f0..a7ae795fc 100644 --- a/packages/amis-editor-core/src/store/editor.ts +++ b/packages/amis-editor-core/src/store/editor.ts @@ -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() {