Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit e5d2e47

Browse files
committed
refactor: Update
1 parent 481354d commit e5d2e47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/table.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
methods: {
490490
toggleRowSelection (row, selected) {
491491
const curIndex = findIndex(this.rows, row);
492-
492+
493493
if (curIndex >= 0) {
494494
if (typeof selected === 'undefined') {
495495
this.toggleSelect(curIndex);
@@ -685,7 +685,6 @@
685685
});
686686
687687
this.$emit('select-change', rows);
688-
console.log('rrrr', rows);
689688
},
690689
691690
handleRowSelect (isChecked, rowIndex) {

0 commit comments

Comments
 (0)