diff --git a/packages/rax-render/src/utils/request.js b/packages/rax-render/src/utils/request.js index abf12c2e6..7ccfc2438 100644 --- a/packages/rax-render/src/utils/request.js +++ b/packages/rax-render/src/utils/request.js @@ -172,10 +172,9 @@ export function bzb(apiCode, params, otherProps = {}) { export async function webTableProxy(req) { console.log(req); - const { _table } = window; - const { VisualEngine } = window; - const { Bus, Table } = VisualEngine; - // if (Table) { + const { _table } = window.parent; + const { VisualEngine } = window.parent; + const { Bus } = VisualEngine; if (_table) { const { options } = req; const { params, OneAPIConfig } = options;