From 548f3c2867e92c1c810eadf285e5e2fca3a4aed0 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 76dff0c87..4b49f428f 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) {