From 92502141dd6e9de44872587642bba7dbb07efe7b Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 31 Mar 2022 13:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A7=86=E5=9B=BE=E5=92=8C?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=A7=86=E5=9B=BEswitchView=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E4=B8=A2=E5=A4=B1=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, 2 insertions(+) diff --git a/o2web/source/x_component_query_Query/Viewer.js b/o2web/source/x_component_query_Query/Viewer.js index ae5ab0aa6b..d8bd7ca381 100644 --- a/o2web/source/x_component_query_Query/Viewer.js +++ b/o2web/source/x_component_query_Query/Viewer.js @@ -1672,6 +1672,8 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({ this.searchMorph = null; this.viewSearchCustomContentNode = null; + this.paging = null; + var newJson = Object.merge( Object.clone(this.originalJson), json ); this.container.empty(); this.initialize( this.container, newJson, Object.clone(this.options), this.app, this.parentMacro); -- GitLab