| 
					
				 | 
			
			
				@@ -124,7 +124,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     handleExport () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const link = document.createElement('a') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       link.style.display = 'none' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      link.href = 'https://jg-ocs.oss-cn-beijing.aliyuncs.com/templ/promo/expenseAccountDetailImport.xlsx?t=' + new Date().getTime() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      link.href = 'https://jg-ocs.oss-cn-beijing.aliyuncs.com/templ/promo/productImport.xlsx?t=' + new Date().getTime() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       link.setAttribute('download', '产品批量导入模板' + '.xlsx') 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       document.body.appendChild(link) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       link.click() 
			 |