mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
fix: window.parent
This commit is contained in:
parent
e6cce3100f
commit
7e1b8ff613
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user