1
lkk
2025-05-19 c0b8a21206c58a0161a179c15dfb73e4a8bbf55d
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); //设置这一行取消选中