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

fix

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