| 
					
				 | 
			
			
				@@ -141,12 +141,14 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //查看跳转页面 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     beforeOpenPage(row, status) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.$router.$avueRouter.closeTag(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         path: "/exportcustomerInquiry_detailsPage", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         query: { id: JSON.stringify(row.id), status: status } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     editOpen(row, status) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.$router.$avueRouter.closeTag(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         path: "/exportcustomerInquiry_detailsPage", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         query: { id: JSON.stringify(row.id), status: status } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -180,6 +182,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.onLoad(this.page, this.search); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     newAdd() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.$router.$avueRouter.closeTag(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$router.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         path: "/exportcustomerInquiry_detailsPage" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 |