Commit 16ef7e4e authored by 杨南鸿's avatar 杨南鸿

fix

parent 06eadfd0
......@@ -371,7 +371,7 @@
// ensure native input value is controlled
// see: https://github.com/ElemeFE/element/issues/12850
this.$nextTick(this.setNativeInputValue);
}, 300);
}, 500);
},
handleChange(event) {
this.$emit('change', event.target.value);
......
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