diff --git a/application/index/view/admin/images/index.html b/application/index/view/admin/images/index.html index 79adf3e9..2440d6d8 100644 --- a/application/index/view/admin/images/index.html +++ b/application/index/view/admin/images/index.html @@ -11,7 +11,7 @@
- 系统共有 {$images->total()} 张图片 + 共有 {$images->total()} 张图片
diff --git a/application/index/view/admin/users/index.html b/application/index/view/admin/users/index.html index 485e2250..4faaff32 100644 --- a/application/index/view/admin/users/index.html +++ b/application/index/view/admin/users/index.html @@ -7,7 +7,7 @@
- 系统共有 {$users->total()} 个用户 + 共有 {$users->total()} 个用户
@@ -145,6 +145,9 @@ }, {confirmText: '确定', cancelText: '取消'}); } }; + $('.mdui-select.where').on('close.mdui.select', function () { + $('#search-form').submit(); + }); $('.mdui-select.operation').on('close.mdui.select', function () { if ($(this).val() !== '') { var selected = $('tr.mdui-table-row-selected');