@ -160,6 +160,7 @@ const handleSelectionDelete = async ()=>{
rows = [...rows,...item.selectionRows.map(item1=>item1.id)]
})
if(rows.length==0){
message.warning("至少勾选一条数据!")
return
}
try {