Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gongdecai/wangluohuoyun-huozhuapp

gjy 2 năm trước cách đây
mục cha
commit
dff98cbe66
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 => {