@@ -2436,6 +2436,11 @@ function fastEdit(e, url, title, col, index, type)
}
layui.use(['form'], function(){
layui.form.render();
+ $('select').each(function() {
+ if ($(this).attr('xm-select')) {
+ layui.formSelects.render($(this).attr('xm-select'));
+ }
+ });
});
init(560);