修正bug#144: 用户列表底部的批量禁用功能不正常,只能在右边栏一条条的禁用,但是可以批量解禁.

hotfix/3.2.2-secure-fix
Apex Liu 2019-01-15 01:06:30 +08:00
parent 2a65dafd25
commit 1f248351cd
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ $app.on_btn_lock_user_click = function () {
return;
}
$app._lock_hosts(users);
$app._lock_users(users);
};
$app._unlock_users = function (users) {