提交 35c91f05 编写于 作者: U unknown

人员选择组件增加afterCheckSelectSingleItem事件

上级 c3f2c27c
......@@ -15,7 +15,7 @@ MWF.xApplication.Selector.Application = new Class({
this.className = "Application"
},
loadSelectItems: function(addToNext){
this.processAction.listApplications(function(json){
o2.Actions.load("x_processplatform_assemble_designer").ApplicationAction.list(function(json){
json.data.each(function(data){
var category = this._newItem(data, this, this.itemAreaNode);
this.items.push( category );
......
......@@ -2052,7 +2052,7 @@ MWF.xApplication.Selector.Person.Item = new Class({
this.selector.fireEvent("unselectItem",[this]);
if( checkValid )this.selector.fireEvent("valid", [this.selector, this]);
},
selected: function( checkValid, callback, selectedNode, byelectAll ){
selected: function( checkValid, callback, selectedNode, bySelectAll ){
debugger;
var count = this.selector.options.maxCount || this.selector.options.count;
count = count.toInt();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册