//setValue方法不能触发onSelect事件
//$("#FundingSource").combobox("setValue", data.FundingSource);
if (data.FundingSource) {
$("#FundingSource").combobox("select", data.FundingSource);
}
时间: 2024-10-18 11:57:13
//setValue方法不能触发onSelect事件
//$("#FundingSource").combobox("setValue", data.FundingSource);
if (data.FundingSource) {
$("#FundingSource").combobox("select", data.FundingSource);
}