| 
						
						
							
								
							
						
						
					 | 
					@ -232,19 +232,6 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                      @diaDetailClose="diaDetailClose"></org-detail> | 
					 | 
					 | 
					                      @diaDetailClose="diaDetailClose"></org-detail> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      </el-dialog> | 
					 | 
					 | 
					      </el-dialog> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					   | 
					 | 
					 | 
					   | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      <!-- 完成情况 --> | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      <!-- <el-dialog :visible.sync="finishDiaShow" | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                 :close-on-click-modal="false" | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                 :close-on-press-escape="false" | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                 :title="finishDiaTitle" | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                 width="950px" | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                 top="5vh" | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                 class="dialog-h" | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                 @closed="diaClose"> | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        <finish-list ref="ref_finish"></finish-list> | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      </el-dialog> --> | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					   | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					   | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    </div> | 
					 | 
					 | 
					    </div> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					  </template> | 
					 | 
					 | 
					  </template> | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					   | 
					 | 
					 | 
					   | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -342,7 +329,6 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            if (res.code !== 0) { | 
					 | 
					 | 
					            if (res.code !== 0) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              return this.$message.error(res.msg) | 
					 | 
					 | 
					              return this.$message.error(res.msg) | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } else { | 
					 | 
					 | 
					            } else { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              console.log('获取组织树成功', res.data) | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              this.orgOptions = [] | 
					 | 
					 | 
					              this.orgOptions = [] | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					              this.orgOptions.push(res.data) | 
					 | 
					 | 
					              this.orgOptions.push(res.data) | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					            } | 
					 | 
					 | 
					            } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -415,7 +401,6 @@ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      }, | 
					 | 
					 | 
					      }, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     | 
					 | 
					 | 
					     | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      diaDetailClose () { | 
					 | 
					 | 
					      diaDetailClose () { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        console.log(this.$refs.ref_detail) | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        this.$refs.ref_detail.diaDestroy() | 
					 | 
					 | 
					        this.$refs.ref_detail.diaDestroy() | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        this.detailShow = false | 
					 | 
					 | 
					        this.detailShow = false | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					      }, | 
					 | 
					 | 
					      }, |