EasyUI Combobox设定默认值时间:2023-03-09 17:52:45 $(function () { $('#Select6').combobox({ onLoadSuccess: function () { var data = $('#Select6').combobox('getData'); if (data.length > 0) { $('#Select6').combobox('select', data[0].pkey); } } }); });