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