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

Merge branch 'feature/web_viewSystemLog' into 'develop'

Merge of feature/ to develop 【日志管理】小bug修复

See merge request o2oa/o2oa!211
胡起 5 лет назад
Родитель
Сommit
c25e26a3ed
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);