Explorar o código

选择身份时检查分类状态

unknown %!s(int64=5) %!d(string=hai) anos
pai
achega
844d73f269
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      o2web/source/x_component_Selector/Identity.js

+ 6 - 1
o2web/source/x_component_Selector/Identity.js

@@ -193,8 +193,13 @@ MWF.xApplication.Selector.Identity = new Class({
                         this.subCategorys.push( category );
                     }
                 }.bind(this));
+
+                // this.unitLoaded = true;
+                // if( this.includeLoaded ){
                 afterLoadSelectItemFun();
-            }.bind(this))
+                // }
+
+            }.bind(this));
         }
     },