Sfoglia il codice sorgente

[web日志]修复日志查看报错问题

st 5 anni fa
parent
commit
334d75026c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      o2web/source/x_component_LogViewer/Main.js

+ 1 - 1
o2web/source/x_component_LogViewer/Main.js

@@ -136,7 +136,7 @@ MWF.xApplication.LogViewer.Main = new Class({
         this.clearBtn = new Element("button",{"text":"clear","style":"margin:10px;float:right"}).inject(this.toolbarNode);
         this.clearBtn = new Element("button",{"text":"clear","style":"margin:10px;float:right"}).inject(this.toolbarNode);
         this.clearBtn.addEvent("click",function () {
         this.clearBtn.addEvent("click",function () {
             this.screenInforAreaNode.empty();
             this.screenInforAreaNode.empty();
-            this.tagId = o2.uuid();
+            //this.tagId = o2.uuid();
         }.bind(this));
         }.bind(this));
         this.stopBtn = new Element("button",{"text":"stop","style":"margin:10px;float:right"}).inject(this.toolbarNode);
         this.stopBtn = new Element("button",{"text":"stop","style":"margin:10px;float:right"}).inject(this.toolbarNode);
         this.startBtn = new Element("button",{"text":"start","style":"margin:10px;display:none;;float:right"}).inject(this.toolbarNode);
         this.startBtn = new Element("button",{"text":"start","style":"margin:10px;display:none;;float:right"}).inject(this.toolbarNode);