|
@@ -259,11 +259,11 @@ export default {
|
|
|
created() {
|
|
|
if (getCookie("orgCode") == "chengyunshang") {
|
|
|
this.third.requestUrl =
|
|
|
- "/api/v1/uc/getAllCapacityByCarrierLike?apiId=248&carrierSSOId=" +
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=248&carrierSsoId=" +
|
|
|
getCookie("userId");
|
|
|
} else {
|
|
|
this.third.requestUrl =
|
|
|
- "/api/v1/uc/getAllCapacityByCarrierLike?apiId=248&carrierSSOId=" + null;
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=248&carrierSsoId=" + null;
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
@@ -324,13 +324,13 @@ export default {
|
|
|
//判断是否是承运商查询车辆
|
|
|
if (getCookie("orgCode") == "chengyunshang") {
|
|
|
this.third.requestUrl =
|
|
|
- "/api/v1/uc/getAllCapacityByCarrierLike?apiId=248&carrierSSOId=" +
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=248&carrierSsoId=" +
|
|
|
getCookie("userId") +
|
|
|
"&index=" +
|
|
|
this.input;
|
|
|
} else {
|
|
|
this.third.requestUrl =
|
|
|
- "/api/v1/uc/getAllCapacityByCarrierLike?apiId=248&carrierSSOId=" +
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=248&carrierSsoId=" +
|
|
|
null +
|
|
|
"&index=" +
|
|
|
this.input;
|