|  | @@ -434,14 +434,14 @@
 | 
	
		
			
				|  |  |          <el-form-item
 | 
	
		
			
				|  |  |            v-show="form.orgType"
 | 
	
		
			
				|  |  |            label="调阅机构"
 | 
	
		
			
				|  |  | -          prop="planExecOrgIdList"
 | 
	
		
			
				|  |  | -        >
 | 
	
		
			
				|  |  | +          prop="planExecOrgIdList">
 | 
	
		
			
				|  |  |          <org-tree-select
 | 
	
		
			
				|  |  |              v-model="form.planExecOrgIdList"
 | 
	
		
			
				|  |  |              :queryData="form.orgType"
 | 
	
		
			
				|  |  |              ref="orgTreeSelect"
 | 
	
		
			
				|  |  |              checkShow="true"  
 | 
	
		
			
				|  |  | -            :enabledCheckOrgTypes="parseInt(form.orgType)"                
 | 
	
		
			
				|  |  | +            :enabledCheckOrgTypes="parseInt(form.orgType)"
 | 
	
		
			
				|  |  | +            :disabled="form.isComplete"                
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |            </org-tree-select>
 | 
	
		
			
				|  |  |          </el-form-item>
 |