Преглед на файлове

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

st преди 5 години
родител
ревизия
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){
     showSystemLog : function(data){
-
+        this.logFinish = true;
         data.each(function (log) {
         data.each(function (log) {
             var node = new Element("div", {"styles": this.css.logItemNode}).inject(this.screenInforAreaNode);
             var node = new Element("div", {"styles": this.css.logItemNode}).inject(this.screenInforAreaNode);