From 223c7744dce4a9b4fb2ac8262fb5d2106c3d9c32 Mon Sep 17 00:00:00 2001 From: hsm-lv Date: Fri, 29 Jul 2022 17:23:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=BF=87=E6=BB=A4=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8898edf03bd2934de181c6ccf8f536fe9270816b --- packages/amis-editor-core/src/store/editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {