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