优化方法参数(代码规范处理)
This commit is contained in:
parent
0108068e00
commit
db391376cf
|
|
@ -70,7 +70,7 @@ async function handleClean(record,type) {
|
|||
await dataClean(record, handleSuccess);
|
||||
}
|
||||
|
||||
async function handleDelete(record) {
|
||||
async function handleDelete(record, type) {
|
||||
console.log("🚀 ~ handleDelete ~ record:", record)
|
||||
await dataDelete(record, handleSuccess);
|
||||
}
|
||||
|
|
@ -160,6 +160,7 @@ defineExpose({
|
|||
.ant-table-thead>tr>th {
|
||||
background-color: #dadadaee;
|
||||
}
|
||||
|
||||
.ant-table-tbody>tr>td {
|
||||
background-color: #f3f3f3f5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue