change(e){ clearTimeout(this.timer); this.timer=setTimeout(()=>{ let val = e.detail.value this.keyWord = val; if(!val || val ==''){ this.searchBox = false; return ; } this.searchData(val); },400) },