Commit a4d046a4 authored by 杨南鸿's avatar 杨南鸿

删除console.log

parent efe139ed
......@@ -367,7 +367,6 @@
clearTimeout(this.focusTimer);
this.focusTimer = setTimeout(() => {
console.log(123, event.target.value);
this.$emit('input', event.target.value);
// ensure native input value is controlled
// see: https://github.com/ElemeFE/element/issues/12850
......
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