fix: 内置报告 全选bug修复

This commit is contained in:
@changcode
2022-04-13 18:31:13 +08:00
parent 4eecebd4da
commit 587dda30a6
3 changed files with 37 additions and 73 deletions

View File

@@ -41,7 +41,7 @@ export default {
tableOperation ([command, row, param]) {
switch (command) {
default:
this.$emit(command, row)
this.$emit(command, row, param)
break
}
},