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