多余注释

This commit is contained in:
dh186609 2023-02-23 09:33:08 +08:00
parent bac3d54b80
commit cef07d5a2f

View File

@ -113,10 +113,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)