|  |  | @ -248,6 +248,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.editLogin.appid=res.data.appid; |  |  |  |           this.editLogin.appid=res.data.appid; | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.editLogin.apiKey=res.data.apiKey; |  |  |  |           this.editLogin.apiKey=res.data.apiKey; | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.editLogin.secretKey=res.data.secretKey; |  |  |  |           this.editLogin.secretKey=res.data.secretKey; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           this.editLogin.customerId=res.data.customerId; | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.$message.success("验证成功"); |  |  |  |           this.$message.success("验证成功"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         } else { |  |  |  |         } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.$message.error(res.message); |  |  |  |           this.$message.error(res.message); | 
			
		
	
	
		
		
			
				
					|  |  | @ -301,7 +302,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.editLogin.apiKey = row.apiKey; |  |  |  |           this.editLogin.apiKey = row.apiKey; | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.editLogin.secretKey = row.secretKey; |  |  |  |           this.editLogin.secretKey = row.secretKey; | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.editLogin.unitId = row.unitId; |  |  |  |           this.editLogin.unitId = row.unitId; | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.editLogin.customerId = row.platformId |  |  |  |           this.editLogin.customerId = row.customerId | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |           this.editLogin.sourceAction = row.sourceAction |  |  |  |           this.editLogin.sourceAction = row.sourceAction | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.editLogin.invCode = row.invCode |  |  |  |           this.editLogin.invCode = row.invCode | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.editLogin.invSubCode = row.invSubCode |  |  |  |           this.editLogin.invSubCode = row.invSubCode | 
			
		
	
	
		
		
			
				
					|  |  | @ -332,7 +333,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.editLogin.platformId = this.editQuery.platformId; |  |  |  |     this.editLogin.platformId = this.editQuery.platformId; | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.editLogin.name = this.editQuery.name; |  |  |  |     this.editLogin.name = this.editQuery.name; | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.editLogin.unitId=this.editQuery.unitId; |  |  |  |     this.editLogin.unitId=this.editQuery.unitId; | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.editLogin.customerId=this.editQuery.platformId |  |  |  |     this.editLogin.customerId=this.editQuery.customerId | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     this.editLogin.sourceAction = this.editQuery.sourceAction |  |  |  |     this.editLogin.sourceAction = this.editQuery.sourceAction | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.editLogin.invCode = this.editQuery.invCode |  |  |  |     this.editLogin.invCode = this.editQuery.invCode | 
			
		
	
		
		
			
				
					
					|  |  |  |     this.editLogin.invSubCode = this.editQuery.invSubCode |  |  |  |     this.editLogin.invSubCode = this.editQuery.invSubCode | 
			
		
	
	
		
		
			
				
					|  |  | 
 |