Commit a225e744 by yanju

传入@focus

parent 10b8447d
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
}, },
handleFocus(e){ handleFocus(e){
let value = e.target.value; let value = e.target.value;
this.handleValueByRe(value) this.$emit('focus',value)
}, },
handleValueByRe(value){ handleValueByRe(value){
if(this.validate){ if(this.validate){
......
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