|  |  |  | @ -141,7 +141,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  | 	mounted() { | 
			
		
	
		
			
				
					|  |  |  |  | 		//this.factoryLists = JSON.parse(JSON.stringify(this.factoryList)); | 
			
		
	
		
			
				
					|  |  |  |  | 		this.stateLists = JSON.parse(JSON.stringify(this.stateList)); | 
			
		
	
		
			
				
					|  |  |  |  | 		debugger | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		let userInfo = JSON.parse(JSON.stringify(this.userInfoObj)); | 
			
		
	
		
			
				
					|  |  |  |  | 		userInfo.FUser = userInfo.FUser || " "; | 
			
		
	
		
			
				
					|  |  |  |  | 		userInfo.FPassword = userInfo.FPassword || "123456"; | 
			
		
	
	
		
			
				
					|  |  |  | @ -199,7 +199,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  | 			this.userInfo.FUser = this.userInfo.FUser.trim(); | 
			
		
	
		
			
				
					|  |  |  |  | 			this.userInfo.FPassword = this.userInfo.FPassword.trim(); | 
			
		
	
		
			
				
					|  |  |  |  | 			this.userInfo.FName = this.userInfo.FName.trim(); | 
			
		
	
		
			
				
					|  |  |  |  | 			debugger | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 			//this.userInfo.FFactoryID = this.userInfo.FFactoryID.trim(); | 
			
		
	
		
			
				
					|  |  |  |  | 			//this.userInfo.FRoleID = this.userInfo.FRoleID || -1; | 
			
		
	
		
			
				
					|  |  |  |  | 			//this.userInfo.FRoleName = role == null ? "" : role.FName; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |