Explorar el Código

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

修复日志关闭报错问题

See merge request o2oa/o2oa!1819
胡起 hace 5 años
padre
commit
7f00c77440
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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(){
     onQueryLoad: function(){
         this.lp = MWF.xApplication.LogViewer.LP;
         this.lp = MWF.xApplication.LogViewer.LP;
         this.tagId = o2.uuid();
         this.tagId = o2.uuid();
-
-
+    },
+    onQueryClose: function () {
+        $clear(this.timeDo);
     },
     },
     loadApplication: function(callback){
     loadApplication: function(callback){
         if (!this.options.isRefresh){
         if (!this.options.isRefresh){