fix: 内置报告 全选bug修复
This commit is contained in:
@@ -41,7 +41,7 @@ export default {
|
||||
tableOperation ([command, row, param]) {
|
||||
switch (command) {
|
||||
default:
|
||||
this.$emit(command, row)
|
||||
this.$emit(command, row, param)
|
||||
break
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user