From 2fd556670325b672cbccec6e166af2ec09e4e7ae Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 13 Oct 2020 11:32:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=AD=E5=BF=83=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=85=8D=E7=BD=AE=E5=A2=9E=E5=8A=A0=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../source/x_component_query_StatementDesigner/Statement.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/o2web/source/x_component_query_StatementDesigner/Statement.js b/o2web/source/x_component_query_StatementDesigner/Statement.js index 43e1159c28..628a990ddc 100644 --- a/o2web/source/x_component_query_StatementDesigner/Statement.js +++ b/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)); }, -- GitLab