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