diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue index 1eaa6fa..0339204 100644 --- a/src/components/modal/modal.vue +++ b/src/components/modal/modal.vue @@ -229,6 +229,7 @@ } } this.broadcast('Table', 'on-visible-change', val); + this.$emit('on-visible-change', val); }, loading (val) { if (!val) { -- libgit2 0.21.4