🔥 删除无用的代码注释

This commit is contained in:
lbw 2023-02-23 11:29:46 +08:00
parent beadd7c83c
commit bd2e27ade1

View File

@ -93,7 +93,6 @@ const {
getDataList,
currentChangeHandle,
sizeChangeHandle,
sortChangeHandle,
downBlobFile
} = useTable(state)
@ -113,10 +112,6 @@ const exportExcel = () => {
//
const handleSelectionChange = (objs: any) => {
// objs.forEach((val: any) => {
// selectObjs.value.push(val.id)
// });
// multiple.value = !objs.length
selectObjs.value = []
objs.forEach((val: any)=>{
selectObjs.value.push(val.id)