diff --git a/o2web/source/x_component_Selector/UnitWithType.js b/o2web/source/x_component_Selector/UnitWithType.js index 290c16f56d4c843be45bf10e5f677de13cecb71d..23b4a37019ddcc3bf7eca489aeda4bf29a7dcdb4 100644 --- a/o2web/source/x_component_Selector/UnitWithType.js +++ b/o2web/source/x_component_Selector/UnitWithType.js @@ -362,6 +362,8 @@ MWF.xApplication.Selector.UnitWithType.ItemCategory = new Class({ } }, afterLoad: function(){ + if( this.actionNode )this.actionNode.setStyles(this.selector.css.selectorItemCategoryActionNode_collapse); + if( this.children )this.children.setStyle("display", "none"); if (this.level===1) this.clickItem(); var flag = false; this.data.woSubDirectUnitList.each(function(subData) {