@ -168,6 +168,7 @@ export default defineComponent({
unref(getProps).data.forEach(row=>{
elTableRef.value!.toggleRowSelection(row,true)
})
emit('getSelectionRows', currentPageRef.value,elTableRef.value?.getSelectionRows())
}