huqi hace 5 años
padre
commit
6ef7fc0c04
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      o2web/source/x_component_process_FormDesigner/Module/Form.js

+ 2 - 2
o2web/source/x_component_process_FormDesigner/Module/Form.js

@@ -337,8 +337,8 @@ MWF.xApplication.process.FormDesigner.Module.Form = MWF.FCForm = new Class({
 //				var module = subDom.retrieve("module");
 //				alert(subDom.get("id")+": "+module);
 //				if (!module){
-					let json = this.getDomjson(subDom);
-					let moduleNode = subDom;
+					var json = this.getDomjson(subDom);
+					var moduleNode = subDom;
 				moduleNodes.push({"dom": moduleNode, "json": json});
 					//module = this.loadModule(json, subDom, parent);
 //				}