|
@@ -2221,7 +2221,10 @@ function fastEdit(e, url, title, col, index, type)
|
|
showAlert(html, func, title, false, type);
|
|
showAlert(html, func, title, false, type);
|
|
}
|
|
}
|
|
$('.layui-layer-content').css('overflow-x', 'hidden');
|
|
$('.layui-layer-content').css('overflow-x', 'hidden');
|
|
- $('#update_button').hide();
|
|
|
|
|
|
+ if ($('#update_button').length) {
|
|
|
|
+ $('#update_button').hide();
|
|
|
|
+ }
|
|
|
|
+
|
|
layui.use(['formSelects', 'form'], function(){
|
|
layui.use(['formSelects', 'form'], function(){
|
|
var form = layui.form;
|
|
var form = layui.form;
|
|
form.render();
|
|
form.render();
|