mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 11:54:27 +00:00
chore: 去掉恼人的 console.log
This commit is contained in:
parent
fdd6978319
commit
398204bda8
@ -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