Commit d6c35bff authored by Leon Zhang's avatar Leon Zhang Committed by 杨奕

remove unnecessary event

parent 94d737fb
...@@ -107,7 +107,6 @@ ...@@ -107,7 +107,6 @@
watch: { watch: {
visible(val) { visible(val) {
this.$emit('update:visible', val);
if (val) { if (val) {
this.closed = false; this.closed = false;
this.$emit('open'); this.$emit('open');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment