Răsfoiți Sursa

调整选人组件的回调

unknown 5 ani în urmă
părinte
comite
81a245d87c
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      o2web/source/x_component_Selector/Person.js

+ 4 - 0
o2web/source/x_component_Selector/Person.js

@@ -1217,6 +1217,7 @@ MWF.xApplication.Selector.Person = new Class({
                         this.isItemLoaded = true;
                         this.loaddingItems = false;
                     }
+                    if( this.afterLoadSelectItem )this.afterLoadSelectItem();
                 }.bind(this));
             }else{
                 if (addToNext) this.loadItemsQueue++;
@@ -1359,6 +1360,9 @@ MWF.xApplication.Selector.Person = new Class({
                 if (!this.isItemLoaded) this.loadSelectItems();
             }
         }
+    },
+    afterLoadSelectItem : function(){
+
     },
     setSize : function(){