mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +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 (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;
|
||||
console.log(props);
|
||||
}
|
||||
}
|
||||
return props;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user