|
@@ -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){
|