| 
					
				 | 
			
			
				@@ -809,6 +809,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.mainForm.tel = data.tel 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.mainForm.remark = data.remark 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.mainForm.salesMan = data.serviceId 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.mainForm.serviceName = data.serviceName 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.mainForm.createMan = data.createName 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.mainForm.createDate = data.createTime 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.mainForm.contractDate = data.contractExpireDate 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -871,6 +872,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         status: true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.salesmanList = res.data.records 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      console.log(this.salesmanList) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     changeDealer() { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1112,7 +1114,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             delete item.productList 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             delete item.id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           const saleManItem = this.mainForm.salesMan 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ? this.salesmanList.find(o => o.adminUserId == this.mainForm.salesMan) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             : '' 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1130,7 +1131,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             linkman: this.mainForm.linkman, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             phone: this.mainForm.phone, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             serviceId: this.mainForm.salesMan, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            serviceName: saleManItem?.nickName || '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            serviceName: saleManItem?.nickName || (this.mainForm.salesMan ? this.mainForm.serviceName : '') || '', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             tel: this.mainForm.tel, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             remark: this.mainForm.remark, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             contractExpireDate: this.mainForm.contractDate, 
			 |