Commit d285ccb7 authored by campaign's avatar campaign

by zhanyi

parent 392d98e9
...@@ -77,6 +77,10 @@ ...@@ -77,6 +77,10 @@
this.initItemActive(); this.initItemActive();
}, },
setLabelWithDefaultValue : function(){
var $btn = this.data('button');
$btn.kmui().label($btn.data('original-title'))
},
/** /**
* 初始化选择项 * 初始化选择项
*/ */
...@@ -97,7 +101,7 @@ ...@@ -97,7 +101,7 @@
}).select( index ); }).select( index );
me.hide(); me.hide();
me.trigger('aftercomboboxselect');
return false; return false;
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment