easyui combobox setValue方法不能触发onSelect事件

//setValue方法不能触发onSelect事件
//$("#FundingSource").combobox("setValue", data.FundingSource);
if (data.FundingSource) {
$("#FundingSource").combobox("select", data.FundingSource);
}

posted @ 2017-06-30 15:54  三瑞  阅读(6057)  评论(0编辑  收藏  举报