Browse Source

修复人员选择清空选项的时候,没有取消分类上的全选样式

unknown 5 years ago
parent
commit
3915b6eaea
1 changed files with 4 additions and 4 deletions
  1. 4 4
      o2web/source/x_component_Selector/Identity.js

+ 4 - 4
o2web/source/x_component_Selector/Identity.js

@@ -846,10 +846,10 @@ MWF.xApplication.Selector.Identity.ItemCategory = new Class({
             this.selectAllNode.setStyles( styles );
             this.selectAllNode.setStyles( styles );
         }
         }
 
 
-        if( !this.selectedCountNode1 ){
-            this.selectedCountNode1 = new Element("span").inject(this.textNode);
-        }
-        this.selectedCountNode1.set("text",count);
+        // if( !this.selectedCountNode1 ){
+        //     this.selectedCountNode1 = new Element("span").inject(this.textNode);
+        // }
+        // this.selectedCountNode1.set("text",count);
     },
     },
     _getShowName: function(){
     _getShowName: function(){
         // if( this._getTotalCount && this._getSelectedCount ){
         // if( this._getTotalCount && this._getSelectedCount ){