feat: 登录日志

This commit is contained in:
dap
2024-10-05 14:02:20 +08:00
parent 9bcdd58174
commit 258244005b
4 changed files with 154 additions and 108 deletions

View File

@@ -126,7 +126,7 @@ async function handleDelete(row: Recordable<any>) {
function handleMultiDelete() {
const rows = tableApi.grid.getCheckboxRecords();
const ids = rows.map((row: any) => row.operId);
const ids = rows.map((row: any) => row.userId);
Modal.confirm({
title: '提示',
okType: 'danger',