mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-06-07 19:14:56 +00:00
删除在线用户多余的代码
This commit is contained in:
parent
e170ac272d
commit
463011bb66
@ -99,7 +99,6 @@ function resetQuery() {
|
||||
}
|
||||
/** 强退按钮操作 */
|
||||
function handleForceLogout(row) {
|
||||
const operIds = row.operId || ids.value;
|
||||
proxy.$modal.confirm('是否确认强退名称为"' + row.userName + '"的用户?').then(function () {
|
||||
return forceLogout(row.tokenId);
|
||||
}).then(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user