Commit 0819648cd06946e19b3c501c792fb8676a4e628c

Authored by Aresn
Committed by GitHub
2 parents 470930ec d1f698ca

Merge pull request #2274 from yangdan8/patch-2

Modal弹窗请添加on-visible-change给外部api访问
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/components/modal/modal.vue
... ... @@ -229,6 +229,7 @@
229 229 }
230 230 }
231 231 this.broadcast('Table', 'on-visible-change', val);
  232 + this.$emit('on-visible-change', val);
232 233 },
233 234 loading (val) {
234 235 if (!val) {
... ...