|
|
@@ -294,6 +294,7 @@ export default {
|
|
|
let FlowConfig = JSON.parse(JSON.stringify(this.selfConfig));
|
|
|
FlowConfig = this.transformTree(FlowConfig);
|
|
|
this.cacheData = FlowConfig;
|
|
|
+ console.log(FlowConfig, "FlowConfig");
|
|
|
const root = JSON.parse(JSON.stringify(this.selfConfig[0]));
|
|
|
return (
|
|
|
<div class="design-engine">
|