This commit is contained in:
yanran200730
2023-02-13 18:08:17 +08:00
parent 708a2193b0
commit d433c503e4
3 changed files with 355 additions and 191 deletions

View File

@@ -192,6 +192,7 @@ export default {
this.$refs[this.refName].clearSelection()
},
toggleRowSelection() {
console.log(22)
this.$refs[this.refName].toggleRowSelection(...arguments)
},
toggleAllSelection() {