|
@@ -329,7 +329,7 @@ export default {
|
|
|
}
|
|
|
} else if (a == 4) {
|
|
|
this.unloadPoint.requestUrl =
|
|
|
- "/api/v1/uc/getUnloadingMesByLike?apiId=347&index=" + this.input;
|
|
|
+ "/api/v1/uc/getUnloadingMesByLike?apiId=374&index=" + this.input;
|
|
|
} else if (a == 5) {
|
|
|
this.option.requestUrl =
|
|
|
"/api/v1/rms/getAllLineDesk?apiId=249&lineType=3&con=" + this.input;
|
|
@@ -351,7 +351,7 @@ export default {
|
|
|
this.third.requestUrl = "/api/v1/uc/getAllCapacityByCarrierLike?apiId=248&carrierSsoId=" + null + "&i="+new Date();
|
|
|
}
|
|
|
}else if(num == 4){
|
|
|
- this.unloadPoint.requestUrl = "/api/v1/uc/getUnloadingMesByLike?apiId=347&i=" + new Date();
|
|
|
+ this.unloadPoint.requestUrl = "/api/v1/uc/getUnloadingMesByLike?apiId=374&i=" + new Date();
|
|
|
}else if(num == 5){
|
|
|
this.option.requestUrl = "/api/v1/rms/getAllLineDesk?apiId=249&lineType=3&i=" + new Date();
|
|
|
}
|