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

Merge branch 'fix/修复选人按职务分类的问题' into 'develop'

Merge of fix/修复选人按职务分类的问题 to develop

See merge request o2oa/o2oa!1257
......@@ -132,7 +132,9 @@ MWF.xApplication.Selector.IdentityWidthDuty = new Class({
}
});
if( flag ){ //需要获取层次名来排序
o2.Actions.load("x_organization_assemble_express").UnitAction.listObject( function (json) {
o2.Actions.load("x_organization_assemble_express").UnitAction.listObject( {
unitList: unitList
}, function (json) {
unitObjectList = json.data || [];
loadNestedUnit();
}.bind(this) )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册