From 0e2d56ba700547ebefc7812785e08a830c2e182b Mon Sep 17 00:00:00 2001 From: st Date: Wed, 8 Apr 2020 17:53:55 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=97=A5=E5=BF=97=E7=AE=A1=E7=90=86]=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=97=A5=E5=BF=97=E5=8A=A0=E8=BD=BDbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_LogViewer/Main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/x_component_LogViewer/Main.js b/o2web/source/x_component_LogViewer/Main.js index edb986fce0..956b2ed696 100644 --- a/o2web/source/x_component_LogViewer/Main.js +++ b/o2web/source/x_component_LogViewer/Main.js @@ -225,7 +225,7 @@ MWF.xApplication.LogViewer.Main = new Class({ } }, showSystemLog : function(data){ - + this.logFinish = true; data.each(function (log) { var node = new Element("div", {"styles": this.css.logItemNode}).inject(this.screenInforAreaNode); -- GitLab