Procházet zdrojové kódy

数据中心查询配置增加视图

unknown před 5 roky
rodič
revize
efa742faa6

+ 1 - 4
o2web/source/x_component_query_StatementDesigner/Statement.js

@@ -248,13 +248,10 @@ MWF.xApplication.query.StatementDesigner.Statement = new Class({
             this.loadStatementRunner();
 
             this.viewArea = this.areaNode.getElement(".o2_statement_viewNode");
-            // if( this.json.viewEnable ){
-                this.loadView();
-            // }
+            this.loadView();
 
             this.loadTab();
 
-
             this.setEvent();
         }.bind(this));
     },