Merge pull request #2274 from yangdan8/patch-2

Modal弹窗请添加on-visible-change给外部api访问
This commit is contained in:
Aresn 2017-11-01 04:03:17 -05:00 committed by GitHub
commit 0819648cd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,6 +229,7 @@
}
}
this.broadcast('Table', 'on-visible-change', val);
this.$emit('on-visible-change', val);
},
loading (val) {
if (!val) {