Просмотр исходного кода

选择身份时检查分类状态

unknown 5 лет назад
Родитель
Сommit
844d73f269
1 измененных файлов с 6 добавлено и 1 удалено
  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));
         }
     },