|  | @@ -1554,8 +1554,10 @@ export default {
 | 
	
		
			
				|  |  |        let arr2 = arr.filter((e) => e.cntrId == row.cntrId);
 | 
	
		
			
				|  |  |        console.log(arr2);
 | 
	
		
			
				|  |  |        row["pid"] = arr2[0].id;
 | 
	
		
			
				|  |  | -      row["freightPriceCr"] = arr2[0].priceCr;
 | 
	
		
			
				|  |  | -      row["freightPriceDr"] = arr2[0].priceDr;
 | 
	
		
			
				|  |  | +      this.$set(row, "freightPriceCr", arr2[0].priceCr);
 | 
	
		
			
				|  |  | +      this.$set(row, "freightPriceDr", arr2[0].priceDr);
 | 
	
		
			
				|  |  | +      // row["freightPriceCr"] = arr2[0].priceCr;
 | 
	
		
			
				|  |  | +      // row["freightPriceDr"] = arr2[0].priceDr;
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      noMorecntrId(e) {
 | 
	
		
			
				|  |  |        this.cntrIdList.forEach((item) => (item.noOption = false));
 |