review:【ANTD】批量删除代码

This commit is contained in:
YunaiV
2025-05-20 21:02:28 +08:00
parent 0e6c46ea09
commit f03d8fa9ee
5 changed files with 4 additions and 3 deletions

View File

@@ -77,6 +77,8 @@ async function onDeleteBatch() {
}
}
// TODO @puhui999方法名改成 handleRowCheckboxChange注释处理选中表格行
// TODO @puhui999deleteIds => checkedIds然后注释去掉
const deleteIds = ref<number[]>([]); // 待删除示例联系人 ID
function setDeleteIds({
records,

View File

@@ -199,7 +199,6 @@ export function useDemo03CourseGridEditColumns(
minWidth: 60,
align: 'center',
fixed: 'right',
showOverflow: false,
cellRender: {
attrs: {

View File

@@ -198,7 +198,6 @@ export function useDemo03CourseGridEditColumns(
minWidth: 60,
align: 'center',
fixed: 'right',
showOverflow: false,
cellRender: {
attrs: {