Browse Source

由于视图的修改,取消了自建表和统计对视图累的继承\

unknown 5 years ago
parent
commit
b11adc5bcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      o2web/source/x_component_query_StatDesigner/Stat.js

+ 1 - 1
o2web/source/x_component_query_StatDesigner/Stat.js

@@ -589,7 +589,7 @@ MWF.xApplication.query.StatDesigner.Stat = new Class({
         });
         });
         form.edit()
         form.edit()
     },
     },
-        cloneObject : function( obj ){
+    cloneObject : function( obj ){
         if (null == obj || "object" != typeof obj) return obj;
         if (null == obj || "object" != typeof obj) return obj;
 
 
         if ( typeof obj.length==='number'){ //数组
         if ( typeof obj.length==='number'){ //数组