From 9d19731a0c092f34cb4335e79e48fae15ae5aa02 Mon Sep 17 00:00:00 2001 From: "carlos.czw" Date: Mon, 31 Aug 2020 17:01:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20VisualEngine=20=E4=BB=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20ifframe=20=E4=B8=AD=20window=20=E5=AF=B9=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/rax-render/src/utils/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rax-render/src/utils/request.js b/packages/rax-render/src/utils/request.js index 7ccfc2438..2b449b68a 100644 --- a/packages/rax-render/src/utils/request.js +++ b/packages/rax-render/src/utils/request.js @@ -173,7 +173,7 @@ export function bzb(apiCode, params, otherProps = {}) { export async function webTableProxy(req) { console.log(req); const { _table } = window.parent; - const { VisualEngine } = window.parent; + const { VisualEngine } = window; const { Bus } = VisualEngine; if (_table) { const { options } = req;