瀏覽代碼

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

gjy 2 年之前
父節點
當前提交
dff98cbe66
共有 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 => {