|  | @@ -431,19 +431,17 @@
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |            </el-date-picker>
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  | -        <el-form-item
 | 
	
		
			
				|  |  | -          v-show="form.orgType"
 | 
	
		
			
				|  |  | -          label="调阅机构"
 | 
	
		
			
				|  |  | -          prop="planExecOrgIdList">
 | 
	
		
			
				|  |  | +        <el-form-item v-show="form.orgType" label="调阅机构" prop="planExecOrgIdList">
 | 
	
		
			
				|  |  |          <org-tree-select
 | 
	
		
			
				|  |  |              v-model="form.planExecOrgIdList"
 | 
	
		
			
				|  |  |              :queryData="form.orgType"
 | 
	
		
			
				|  |  |              ref="orgTreeSelect"
 | 
	
		
			
				|  |  | -            checkShow="true"  
 | 
	
		
			
				|  |  | -            :enabledCheckOrgTypes="parseInt(form.orgType)"
 | 
	
		
			
				|  |  | -            :disabled="form.isComplete"                
 | 
	
		
			
				|  |  | +            :checkShow="true" 
 | 
	
		
			
				|  |  | +            :disable="true"
 | 
	
		
			
				|  |  | +            :disabled="form.isEdit || form.isComplete"                
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |            </org-tree-select>
 | 
	
		
			
				|  |  | +          <!-- :enabledCheckOrgTypes="parseInt(form.orgType)" -->
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  |          <el-form-item label="备注" prop="description">
 | 
	
		
			
				|  |  |            <el-input
 | 
	
	
		
			
				|  | @@ -642,7 +640,7 @@ export default {
 | 
	
		
			
				|  |  |          orgId: null,
 | 
	
		
			
				|  |  |          orgPath: null,
 | 
	
		
			
				|  |  |          orgName: null,
 | 
	
		
			
				|  |  | -        orgType: "4",
 | 
	
		
			
				|  |  | +        orgType: null,
 | 
	
		
			
				|  |  |          roleId: "121",
 | 
	
		
			
				|  |  |          planCycle: "2",
 | 
	
		
			
				|  |  |          planFrequency: 1,
 |