Browse Source

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

unknown 5 years ago
parent
commit
efa742faa6
1 changed files with 1 additions and 4 deletions
  1. 1 4
      o2web/source/x_component_query_StatementDesigner/Statement.js

+ 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));
     },