|  | @@ -1105,14 +1105,14 @@ export default {
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      voyageRemthods2() {
 | 
	
		
			
				|  |  | -      getVoyageName2({ fPid: this.ship2.fVslid }).then((response) => {
 | 
	
		
			
				|  |  | -        this.voyageOptions2 = response.data;
 | 
	
		
			
				|  |  | +      getVoyageName({ fPid: this.ship2.fVslid }).then((response) => {
 | 
	
		
			
				|  |  | +        this.voyageOptions2 = response.rows;
 | 
	
		
			
				|  |  |          if (this.ship2.fVslid) this.ship2.fVoyid = "";
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      voyageRemthods3() {
 | 
	
		
			
				|  |  | -      getVoyageName2({ fPid: this.ship3.fVslid }).then((response) => {
 | 
	
		
			
				|  |  | -        this.voyageOptions3 = response.data;
 | 
	
		
			
				|  |  | +      getVoyageName({ fPid: this.ship3.fVslid }).then((response) => {
 | 
	
		
			
				|  |  | +        this.voyageOptions3 = response.rows;
 | 
	
		
			
				|  |  |          if (this.ship3.fVslid) this.ship3.fVoyid = "";
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |      },
 |