zhongtianhaoyuan 2 년 전
부모
커밋
82ec3ace30
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/order/orderDetails.vue

+ 2 - 2
pages/order/orderDetails.vue

@@ -648,7 +648,7 @@
 						});
 				}else if(this.type==5){
 					this.$request.baseRequest('post', '/carrierInfo/cargoOwnerLoadingAdd', {
-							id: this.dataObj.id,
+							orderId: this.dataObj.id,
 							loadingFlag: 1,
 							flag: 2
 						}).then(res => {
@@ -671,7 +671,7 @@
 						});
 				}else if(this.type == 6){
 					this.$request.baseRequest('post', '/carrierInfo/cargoOwnerLoadingAdd', {
-							id: this.dataObj.id,
+							orderId: this.dataObj.id,
 							loadingFlag: 2,
 							flag: 2
 						}).then(res => {