Просмотр исходного кода

[日志管理]修复日志加载bug

st 5 лет назад
Родитель
Сommit
0e2d56ba70
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      o2web/source/x_component_LogViewer/Main.js

+ 1 - 1
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);