|
|
@ -490,6 +490,8 @@ const handleSelectionChange = (param: TableDataType[]) => { |
|
|
|
iterator.value = 0; |
|
|
|
iterator.value = 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (selectarr.value.length === 0) return; |
|
|
|
|
|
|
|
|
|
|
|
for (let index = 0; index < selectarr.value.length; index++) { |
|
|
|
for (let index = 0; index < selectarr.value.length; index++) { |
|
|
|
const val = selectarr.value[index]; |
|
|
|
const val = selectarr.value[index]; |
|
|
|
|
|
|
|
|
|
|
|