
$('#newRoleCode').combobox({
url: '${ct}/businessConsole/authority/getRoleList.do',
valueField:'newRoleCode',
textField:'newRoleName',
multiple:true, //支持多选
});
$('#newRoleCode').combobox({
url: '${ct}/businessConsole/authority/getRoleList.do',
valueField:'newRoleCode',
textField:'newRoleName',
multiple:true, //支持多选
});