src/components/SFtable/index.vue @@ -150,7 +150,7 @@ }, // 多选框选中数据 handleSelectionChange(selection) { $emit("handleSelectionChange", selection); this.$emit("handleSelectionChange", selection); }, }, };