Browse Source

Merge branch 'cherry-pick-3c33b0b2' into 'wrdp'

修复日志关闭报错问题

See merge request o2oa/o2oa!1819
胡起 5 năm trước cách đây
mục cha
commit
7f00c77440
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      o2web/source/x_component_LogViewer/Main.js

+ 3 - 2
o2web/source/x_component_LogViewer/Main.js

@@ -13,8 +13,9 @@ MWF.xApplication.LogViewer.Main = new Class({
     onQueryLoad: function(){
         this.lp = MWF.xApplication.LogViewer.LP;
         this.tagId = o2.uuid();
-
-
+    },
+    onQueryClose: function () {
+        $clear(this.timeDo);
     },
     loadApplication: function(callback){
         if (!this.options.isRefresh){