提交 ef29ac5a 编写于 作者: U unknown

人员选择按职务不不可见分类不再直接生成

上级 870749cc
......@@ -130,6 +130,7 @@ MWF.xApplication.Selector.IdentityWidthDutyCategoryByUnit = new Class({
unitList: units,
recursiveUnit : !!this.options.expandSubEnable
}, function (json) {
this.allIdentityData = json.data;
this._loadSelectItems(json.data)
}.bind(this))
}else{
......@@ -579,7 +580,7 @@ MWF.xApplication.Selector.IdentityWidthDutyCategoryByUnit.ItemCategory = new Cla
// if( !this.selector.isExcluded( subData ) ) {
var category = this.selector._newItemCategory("ItemCategory", subData, this.selector, this.children, this.level + 1, this);
this.subCategorys.push(category);
category.loadSub()
// category.loadSub()
// }
}.bind(this));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册