mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-10 09:56:20 +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) {
|
export async function webTableProxy(req) {
|
||||||
console.log(req);
|
console.log(req);
|
||||||
const { _table } = window.parent;
|
const { _table } = window.parent;
|
||||||
const { VisualEngine } = window.parent;
|
const { VisualEngine } = window;
|
||||||
const { Bus } = VisualEngine;
|
const { Bus } = VisualEngine;
|
||||||
if (_table) {
|
if (_table) {
|
||||||
const { options } = req;
|
const { options } = req;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user