优化方法参数(代码规范处理)

This commit is contained in:
1378012178@qq.com 2025-10-22 09:34:48 +08:00
parent 0108068e00
commit db391376cf
1 changed files with 13 additions and 12 deletions

View File

@ -70,7 +70,7 @@ async function handleClean(record,type) {
await dataClean(record, handleSuccess); await dataClean(record, handleSuccess);
} }
async function handleDelete(record) { async function handleDelete(record, type) {
console.log("🚀 ~ handleDelete ~ record:", record) console.log("🚀 ~ handleDelete ~ record:", record)
await dataDelete(record, handleSuccess); await dataDelete(record, handleSuccess);
} }
@ -160,6 +160,7 @@ defineExpose({
.ant-table-thead>tr>th { .ant-table-thead>tr>th {
background-color: #dadadaee; background-color: #dadadaee;
} }
.ant-table-tbody>tr>td { .ant-table-tbody>tr>td {
background-color: #f3f3f3f5; background-color: #f3f3f3f5;
} }