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) {