wei.zhang2 2017-11-06 14:26:52 +08:00
parent fa4e6609e6
commit 7184cfed00
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function initBeanNames() {
select.append("<option value='" + v + "'>" + v + "</option>")
}
$('.selectpicker').selectpicker();
$("#springBeanName").selectpicker('refresh');
}
});
}