| 
					
				 | 
			
			
				@@ -289,7 +289,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       loadData: parameter => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.disabled = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.spinning = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        console.log('1111111111:', this.queryParam) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return dealerPromotionList(Object.assign(parameter, this.queryParam)).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           let data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (res.status == 200) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -333,7 +332,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 参与客户 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     handleCustomers (row) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.openCustomerModal = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.itemPromotionSn = row.promotionSn 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       if ((row.state === 'NOT_START' || row.state === 'RUNNING') && row.dealerAuditFlag && (row.dealerAuditFlag == 0 || row.dealerAuditFlag == 2)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.itemStatusType = 'isEdit' 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -347,6 +345,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.getAllDealerSnList() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.openCustomerModal = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     async getAllDealerSnList () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const dealerSnArr = await allDealerSnList({}) 
			 |