|  | @@ -15,7 +15,7 @@
 | 
	
		
			
				|  |  |                :inline="true"
 | 
	
		
			
				|  |  |                v-show="showSearch"
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  | -              <el-form-item label="演练机构" prop="orgId">
 | 
	
		
			
				|  |  | +              <el-form-item label="演练机构"">
 | 
	
		
			
				|  |  |                  <org-tree
 | 
	
		
			
				|  |  |                    v-model="queryParams.orgId"
 | 
	
		
			
				|  |  |                    @defaultOrg="getDefaultOrg"
 | 
	
	
		
			
				|  | @@ -407,6 +407,7 @@ export default {
 | 
	
		
			
				|  |  |        this.handleQuery();
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      clearQueryForm() {
 | 
	
		
			
				|  |  | +      this.queryParams.title=null;
 | 
	
		
			
				|  |  |        this.queryParams.type = null;
 | 
	
		
			
				|  |  |        this.queryParams.status = null;
 | 
	
		
			
				|  |  |        this.queryParams.range = [];
 |