فهرست منبع

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

st 5 سال پیش
والد
کامیت
334d75026c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.addEvent("click",function () {
             this.screenInforAreaNode.empty();
-            this.tagId = o2.uuid();
+            //this.tagId = o2.uuid();
         }.bind(this));
         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);