Commit c2671077 by 刘泽奇

123

parent 20fff85c
......@@ -89,8 +89,9 @@ module.exports=
this.fetchHistoryData();
}
},
blur(){
this.$emit("input",this.sels);
blur(e){
this.value = e.target,value;
this.$emit("input",this.sels,e);
},
fetchHistoryData(){
console.log("this.frombrowser");
......
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