|  | @@ -24,7 +24,7 @@
 | 
	
		
			
				|  |  |            </el-select>
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  |          <el-form-item>
 | 
	
		
			
				|  |  | -          <el-select clearable filterable placeholder="请选择所属学校" v-model="searchForm.schoolId">
 | 
	
		
			
				|  |  | +          <el-select clearable filterable placeholder="请选择所属学校" v-model="searchForm.cooperationOrganId">
 | 
	
		
			
				|  |  |              <el-option v-for="(item,index) in cooperations" :key="index" :label="item.name" :value="item.id"></el-option>
 | 
	
		
			
				|  |  |            </el-select>
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
	
		
			
				|  | @@ -143,7 +143,7 @@ export default {
 | 
	
		
			
				|  |  |          endTime: null,
 | 
	
		
			
				|  |  |          organId: null,
 | 
	
		
			
				|  |  |          month: '',
 | 
	
		
			
				|  |  | -        schoolId: '',
 | 
	
		
			
				|  |  | +        cooperationOrganId: '',
 | 
	
		
			
				|  |  |          organIdList: []
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        tableList: [],
 | 
	
	
		
			
				|  | @@ -245,7 +245,7 @@ export default {
 | 
	
		
			
				|  |  |          startTime: null,
 | 
	
		
			
				|  |  |          endTime: null,
 | 
	
		
			
				|  |  |          month: '',
 | 
	
		
			
				|  |  | -        schoolId: '',
 | 
	
		
			
				|  |  | +        cooperationOrganId: '',
 | 
	
		
			
				|  |  |          organIdList: []
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        this.getList()
 |