del: 移除debugger标记

This commit is contained in:
TsMask
2024-10-17 10:29:39 +08:00
parent cf1686c348
commit 1565f25a03
4 changed files with 0 additions and 5 deletions

View File

@@ -193,7 +193,6 @@ function fnTableSelectedRows(
_: (string | number)[],
rows: Record<string, string>[]
) {
//debugger
tableState.selectedRowKeys = rows.map(item => item.loginId);
// 针对单个登录账号解锁
if (rows.length === 1) {