mirror of https://gitee.com/y_project/RuoYi.git
注释修正
parent
98fdbff3d8
commit
548f3c2867
|
@ -147,7 +147,7 @@ function resetPwd(userId) {
|
||||||
layer_show("重置密码", url, '800', '300');
|
layer_show("重置密码", url, '800', '300');
|
||||||
}
|
}
|
||||||
|
|
||||||
// 批量强退
|
// 批量删除用户
|
||||||
function batchRemove() {
|
function batchRemove() {
|
||||||
var rows = $.getSelections("userId");
|
var rows = $.getSelections("userId");
|
||||||
if (rows.length == 0) {
|
if (rows.length == 0) {
|
||||||
|
|
Loading…
Reference in New Issue