修改bug

This commit is contained in:
yangjun 2026-04-07 11:02:11 +08:00
parent c25cc663e9
commit 56c8a53ab5
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ function getTableAction(record) {
label: '清除所有',
popConfirm: {
title: '是否确认清除所有',
confirm: handleDelete.bind(null, record, '-1'),
confirm: handleClean.bind(null, record, '-1'),
placement: 'topLeft',
},
},