|
@@ -110,7 +110,6 @@
|
|
|
this.$router.push('/home');
|
|
|
},
|
|
|
handleTabClick(tab){
|
|
|
- console.log("handleTabClick ");
|
|
|
this.currTab = tab.name
|
|
|
this.activePage = 1;
|
|
|
this.searchVal = '';
|
|
@@ -132,7 +131,8 @@
|
|
|
this.searchType = tab.name;
|
|
|
this.currTab = tab.name;
|
|
|
this.activePage = 1;
|
|
|
- this.$refs.searchInput.focus()
|
|
|
+ this.$refs.searchInput.focus();
|
|
|
+ this.searchData();
|
|
|
},
|
|
|
|
|
|
loadData(){
|