Commit c2671077 by 刘泽奇

123

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