This commit is contained in:
@@ -101,6 +101,15 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
offerAdd(){
|
||||||
|
if(this.tagSearchEntry==null || this.tagSearchEntry==""){
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
let searchTag=this.normalizeTag(tagSearchEntry);
|
||||||
|
console.log("offerAdd",{searchtag:searchTag,val:this.value});
|
||||||
|
return true;
|
||||||
|
|
||||||
|
},
|
||||||
input(e){
|
input(e){
|
||||||
console.log("input",e);
|
console.log("input",e);
|
||||||
this.tagSearchEntry = "";
|
this.tagSearchEntry = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user