|  | @@ -16,7 +16,7 @@
 | 
	
		
			
				|  |  |          <el-form-item prop="organId">
 | 
	
		
			
				|  |  |            <el-select
 | 
	
		
			
				|  |  |              class="multiple"
 | 
	
		
			
				|  |  | -            v-model.trim="searchForm.organId"
 | 
	
		
			
				|  |  | +            v-model.trim="searchForm.organIdList"
 | 
	
		
			
				|  |  |              filterable
 | 
	
		
			
				|  |  |              clearable
 | 
	
		
			
				|  |  |              placeholder="请选择分部"
 | 
	
	
		
			
				|  | @@ -213,7 +213,7 @@ export default {
 | 
	
		
			
				|  |  |          status: null,
 | 
	
		
			
				|  |  |          isReplied: null,
 | 
	
		
			
				|  |  |          isView: null,
 | 
	
		
			
				|  |  | -        organId: null,
 | 
	
		
			
				|  |  | +        organIdList: null,
 | 
	
		
			
				|  |  |          expireDate:[]
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        rules: {
 | 
	
	
		
			
				|  | @@ -355,7 +355,7 @@ export default {
 | 
	
		
			
				|  |  |        this.extracurricularExercisesId
 | 
	
		
			
				|  |  |          ? (obj.extracurricularExercisesId = this.extracurricularExercisesId)
 | 
	
		
			
				|  |  |          : null;
 | 
	
		
			
				|  |  | -      this.searchForm.organId ? (obj.organId = this.searchForm.organId) : null;
 | 
	
		
			
				|  |  | +      this.searchForm.organIdList ? (obj.organIdList = this.searchForm.organIdList) : null;
 | 
	
		
			
				|  |  |        return obj
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      onReSet() {
 |