From 463011bb669dce1e3d847714318a0da348001954 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Thu, 16 Dec 2021 15:14:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9C=A8=E7=BA=BF=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=A4=9A=E4=BD=99=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/online/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index 8950dbc..d45db26 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -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(() => {