| 
					
				 | 
			
			
				@@ -273,11 +273,15 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  onLoad({ tab, isYb, isWb }) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  onLoad({ tab, isYb, isWb, smallTab }) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     this.crossPage.$on('refreshWorkorderList', data => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if (data && data.tab) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.curMainTab = data.tab 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      if (data && data.smallTab) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.curSmallTab = Number(data.smallTab) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.curSmallTabIndex = Number(data.smallTab) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.refreshList() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -291,6 +295,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     this.getCount() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     this.curMainTab = tab || '' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    this.curSmallTab = smallTab ? Number(smallTab) : 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    this.curSmallTabIndex = smallTab ? Number(smallTab) : 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     this.refreshList() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 |