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

数据表和别名在build以后不允许修改

unknown 5 лет назад
Родитель
Сommit
d4a2a08000
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      o2web/source/x_component_Selector/Person.js

+ 3 - 3
o2web/source/x_component_Selector/Person.js

@@ -1749,9 +1749,9 @@ MWF.xApplication.Selector.Person.Item = new Class({
         if( ( this.selector.options.count.toInt() === 1 || this.selector.options.noSelectedContainer ) && this.selector.css.selectorItemActionNode_single_selected  ){
             this.actionNode.setStyles( this.selector.css.selectorItemActionNode_single_selected );
         }
-        if( this.category ){
-            this.category.checkSelectAll();
-        }
+        // if( this.category ){
+        //     this.category.checkSelectAll();
+        // }
     },
     setEvent: function(){
         this.node.addEvents({