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