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