@@ -132,6 +132,8 @@ export default {
},
methods: {
toggTab(item){
+ // bug2348 搜索后切换tab时清空搜索条件
+ this.filter.conceptName = '';
this.filter.type = item.key;
this.currentPage = 1;
this.getDataList();