瀏覽代碼

注释修正

RuoYi 6 年之前
父節點
當前提交
548f3c2867
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/static/ruoyi/system/user/user.js

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