table表格选中checked选中项

批量选中  
@selection-change="handleSelectionChange"
        //批量选中表格内的数据
        handleSelectionChange(val) {
            this.multipleSelection = val
            console.log(this.multipleSelection)
        },

原文地址:https://www.cnblogs.com/dudududadada/p/14695290.html