@@ -70,6 +70,8 @@ export default {
this.nowTab = e
if (this.nowTab === 'charts') {
this.$emit('chartSearch')
+ } else {
+ this.search()
}
},
changeShowMore(e) {