From 0a1ae064352677a7aac47e05a94a34f793b83810 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 8 Apr 2020 09:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B5=8C=E5=85=A5=E8=A7=86?= =?UTF-8?q?=E5=9B=BEloading=E5=9B=BE=E6=A0=87=E4=B8=8D=E5=B0=8F=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_query_Query/Viewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/x_component_query_Query/Viewer.js b/o2web/source/x_component_query_Query/Viewer.js index 7aced6acd6..10406054dd 100644 --- a/o2web/source/x_component_query_Query/Viewer.js +++ b/o2web/source/x_component_query_Query/Viewer.js @@ -346,7 +346,7 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({ this.loadCurrentPageData(); }.bind(this), onPostLoad : function () { - this.setContentHeightFun(); + if(this.setContentHeightFun)this.setContentHeightFun(); }.bind(this) }); this.paging.load(); -- GitLab