|  | @@ -2,7 +2,7 @@
 | 
	
		
			
				|  |  |    <div class="m-container">
 | 
	
		
			
				|  |  |      <h2>
 | 
	
		
			
				|  |  |        <div class="squrt"></div>
 | 
	
		
			
				|  |  | -      乐团列表 <filter-search @reload="reloadSearch" :moreKeys="['organId']" />
 | 
	
		
			
				|  |  | +      乐团列表 <filter-search @reload="reloadSearch" :moreKeys="['organId']" :keys="['searchType']" />
 | 
	
		
			
				|  |  |      </h2>
 | 
	
		
			
				|  |  |      <div class="m-core">
 | 
	
		
			
				|  |  |        <div class="btnList" style="margin-bottom: 20px">
 | 
	
	
		
			
				|  | @@ -553,6 +553,7 @@ export default {
 | 
	
		
			
				|  |  |          musicGroupName: this.topForm.teamName || null,
 | 
	
		
			
				|  |  |          musicGroupStatus: this.topForm.status || null,
 | 
	
		
			
				|  |  |          musicGroupId: this.$route.query.search,
 | 
	
		
			
				|  |  | +        searchType: this.$route.query.searchType,
 | 
	
		
			
				|  |  |        }).then((res) => {
 | 
	
		
			
				|  |  |          if (res.code == 200) {
 | 
	
		
			
				|  |  |            this.tableData = res.data.rows;
 |