mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-23 05:40:20 +08:00
多余注释
This commit is contained in:
parent
bac3d54b80
commit
cef07d5a2f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user