mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
fix: VisualEngine 仍使用 ifframe 中 window 对象
This commit is contained in:
parent
7e1b8ff613
commit
9d19731a0c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user