|  | @@ -7,7 +7,7 @@
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |        <div class="filters">
 | 
	
		
			
				|  |  |          <!-- 院校筛选条件 -->
 | 
	
		
			
				|  |  | -        <filter-form :filter="filter_form"></filter-form>
 | 
	
		
			
				|  |  | +        <filter-form :filter="filter_form" :levelHide="true"></filter-form>
 | 
	
		
			
				|  |  |          <!--其他筛选 -->
 | 
	
		
			
				|  |  |          <el-row class="radioInput">
 | 
	
		
			
				|  |  |            <div>
 | 
	
	
		
			
				|  | @@ -120,7 +120,6 @@ export default {
 | 
	
		
			
				|  |  |          location:'',
 | 
	
		
			
				|  |  |          natureTypeCN:'',
 | 
	
		
			
				|  |  |          type:'',
 | 
	
		
			
				|  |  | -        level:'',
 | 
	
		
			
				|  |  |          features:'',
 | 
	
		
			
				|  |  |          pickType:'',
 | 
	
		
			
				|  |  |        },
 | 
	
	
		
			
				|  | @@ -316,6 +315,7 @@ export default {
 | 
	
		
			
				|  |  |        this.loading = true
 | 
	
		
			
				|  |  |        const data = {
 | 
	
		
			
				|  |  |          batchName: this.batch.name,
 | 
	
		
			
				|  |  | +        batch: this.batch.batch,
 | 
	
		
			
				|  |  |          majors: this.checkedList,
 | 
	
		
			
				|  |  |          mode: `${this.formSubject.firstSubject},${this.formSubject.lastSubject}`,
 | 
	
		
			
				|  |  |          // mode1: string,
 |