xiongzhu 4 سال پیش
والد
کامیت
525e3c576e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      o2web/source/x_component_Org/UnitExplorer.js

+ 1 - 0
o2web/source/x_component_Org/UnitExplorer.js

@@ -195,6 +195,7 @@ MWF.xApplication.Org.UnitExplorer.Unit = new Class({
         this.textNode.set({"text": this.data.name+((this.data.subDirectUnitCount) ? " ("+(this.data.subDirectUnitCount)+")" : "")});
         this.textNode.set({"text": this.data.name+((this.data.subDirectUnitCount) ? " ("+(this.data.subDirectUnitCount)+")" : "")});
     },
     },
     load: function(){
     load: function(){
+        debugger;
         this.node = new Element("div", {"styles": this.style.node}).inject(this.listNode);
         this.node = new Element("div", {"styles": this.style.node}).inject(this.listNode);
         this.contentNode = new Element("div", {"styles": this.style.contentNode}).inject(this.node);
         this.contentNode = new Element("div", {"styles": this.style.contentNode}).inject(this.node);
         var left = (10*this.level);
         var left = (10*this.level);