提交 e1640823 编写于 作者: 蔡祥熠

Merge branch 'fix/Selector_unit_by_type' into 'wrdp'

Merge of fix/Selector_unit_by_type 修复按类型选择组织默认折叠样式的问题 to wrdp

See merge request o2oa/o2oa!4474
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册