src/components/SFtable/index.vue @@ -199,6 +199,8 @@ }, // 多选框选中数据 handleSelectionChange(selection) { console.log(selection); this.$emit("handleSelectionChange", selection); }, toggleRowSelection(row, selected) {