diff --git a/src/components/NormalTable/index.vue b/src/components/NormalTable/index.vue index aad20c6..5077bef 100644 --- a/src/components/NormalTable/index.vue +++ b/src/components/NormalTable/index.vue @@ -55,7 +55,7 @@ - + @@ -225,6 +225,9 @@ // 移除动画 removeAnimateClass() { this.animateClass = '' + }, + selectionChange(selection) { + this.$emit('selectionChange', selection) } } }