qx
qx
2025-04-03 1cda9a83b5c7d32cd7ff0ccf82073047bcd1e278
src/views/system/info/index.vue
@@ -396,7 +396,6 @@
    },
    // 多选框选中数据
    handleSelectionChange(selection) {
      console.log(2222)
      if (selection.length > 1) {
        let del_row = selection.shift();
        this.$refs.tb.toggleRowSelection(del_row, false); //设置这一行取消选中