mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-10 01:48:18 +00:00
Merge branch 'feat/rax-miniapp' of http://gitlab.alibaba-inc.com/ali-lowcode/ali-lowcode-engine into feat/rax-miniapp
This commit is contained in:
commit
8d062313a5
@ -307,15 +307,7 @@ designer.addPropsReducer((props: any, node: Node) => {
|
|||||||
if (node.isRoot()) {
|
if (node.isRoot()) {
|
||||||
if (props.dataSource) {
|
if (props.dataSource) {
|
||||||
const { online } = props.dataSource;
|
const { online } = props.dataSource;
|
||||||
// if (online && online.length) {
|
|
||||||
// online.forEach((item: any) => {
|
|
||||||
// if (item.dataHandler && item.dataHandler.type && item.dataHandler.type === 'js') {
|
|
||||||
// item.dataHandler.type = 'JSFunction';
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
// }
|
|
||||||
props.dataSource.list = online;
|
props.dataSource.list = online;
|
||||||
console.log(props);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return props;
|
return props;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user