Jelajahi Sumber

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

st 6 tahun lalu
induk
melakukan
0e2d56ba70
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);