|  | @@ -499,7 +499,7 @@ export default {
 | 
	
		
			
				|  |  |            //机构类型
 | 
	
		
			
				|  |  |            this.formData.execOrgType = null;
 | 
	
		
			
				|  |  |            //角色
 | 
	
		
			
				|  |  | -          this.formData.roleList = [];
 | 
	
		
			
				|  |  | +          this.formData.roleIds = [];
 | 
	
		
			
				|  |  |            //检查次数
 | 
	
		
			
				|  |  |            this.formData.count = 1;
 | 
	
		
			
				|  |  |            //检查内容
 | 
	
	
		
			
				|  | @@ -512,9 +512,10 @@ export default {
 | 
	
		
			
				|  |  |            //机构类型
 | 
	
		
			
				|  |  |            this.formData.execOrgType = null;
 | 
	
		
			
				|  |  |            //角色
 | 
	
		
			
				|  |  | -          this.formData.roleList = [];
 | 
	
		
			
				|  |  | +          this.formData.roleIds = [];
 | 
	
		
			
				|  |  |            //检查次数
 | 
	
		
			
				|  |  |            this.formData.count = 1;
 | 
	
		
			
				|  |  | +          this.formData.checkOrgTypes=[];
 | 
	
		
			
				|  |  |            //检查内容
 | 
	
		
			
				|  |  |            this.tableData = null;
 | 
	
		
			
				|  |  |            break;
 |