From ea322b0eb8db656b9e5f6a24418c6771ad4e97f7 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 25 May 2018 18:16:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/ruoyi/system/user/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/ruoyi/system/user/user.js b/src/main/resources/static/ruoyi/system/user/user.js index 76dff0c8..4b49f428 100644 --- a/src/main/resources/static/ruoyi/system/user/user.js +++ b/src/main/resources/static/ruoyi/system/user/user.js @@ -147,7 +147,7 @@ function resetPwd(userId) { layer_show("重置密码", url, '800', '300'); } -// 批量强退 +// 批量删除用户 function batchRemove() { var rows = $.getSelections("userId"); if (rows.length == 0) {