mirror of
https://gitee.com/lakernote/easy-admin.git
synced 2026-09-03 13:37:29 +08:00
(新增)[整体](增加会话超时跳出遮罩)
This commit is contained in:
@@ -101,6 +101,7 @@ layui.define(['jquery', 'element', 'form', 'table', 'yaml', 'common'], function
|
||||
* @param options
|
||||
*/
|
||||
this.tableRender = function (options) {
|
||||
var load = layer.load();
|
||||
var defaults = {
|
||||
elem: '#table',
|
||||
page: true,
|
||||
@@ -160,6 +161,7 @@ layui.define(['jquery', 'element', 'form', 'table', 'yaml', 'common'], function
|
||||
// 自由配置头部工具栏右侧的图标按钮
|
||||
defaultToolbar: o.defaultToolbar
|
||||
});
|
||||
layer.close(load);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div class="layui-input-inline">
|
||||
<input type="text" name="keyWord" placeholder="" class="layui-input">
|
||||
</div>
|
||||
<button class="pear-btn pear-btn-md pear-btn-primary" lay-submit lay-filter="dict-type-query">
|
||||
<button class="pear-btn pear-btn-md pear-btn-primary" lay-submit lay-filter="query">
|
||||
<i class="layui-icon layui-icon-search"></i>
|
||||
查询
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user