| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -9,7 +9,7 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                 :data="caOptions" | 
					 | 
					 | 
					 | 
					                 :data="caOptions" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                 default-expand-all | 
					 | 
					 | 
					 | 
					                 default-expand-all | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                 @node-click="handleNodeClick" | 
					 | 
					 | 
					 | 
					                 @node-click="handleNodeClick" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                 node-key="code" | 
					 | 
					 | 
					 | 
					                 node-key="id" | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                 :expand-on-click-node="false" > | 
					 | 
					 | 
					 | 
					                 :expand-on-click-node="false" > | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                 <span slot-scope="{ node, data }"> | 
					 | 
					 | 
					 | 
					                 <span slot-scope="{ node, data }"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                   <span> | 
					 | 
					 | 
					 | 
					                   <span> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -612,6 +612,15 @@ export default { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        pageSize: page.pageSize, | 
					 | 
					 | 
					 | 
					        pageSize: page.pageSize, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      }, params, this.paramsSearch)).then(response => { | 
					 | 
					 | 
					 | 
					      }, params, this.paramsSearch)).then(response => { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        this.tableData = response.rows | 
					 | 
					 | 
					 | 
					        this.tableData = response.rows | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					        //增选项目文件类型改为字典值 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					        if (this.code==='ZX'){ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					          this.tableData.forEach(item=>{ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					            if (item.recordType){ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					              item.recordType=Number(item.recordType) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					            } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					          }) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        this.page.total = response.total.toString() | 
					 | 
					 | 
					 | 
					        this.page.total = response.total.toString() | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        this.page.currentPage=page.currentPage | 
					 | 
					 | 
					 | 
					        this.page.currentPage=page.currentPage | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        this.page.pageSize=page.pageSize | 
					 | 
					 | 
					 | 
					        this.page.pageSize=page.pageSize | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |