|
@@ -74,7 +74,7 @@ export function deferEscalation(data) {
|
|
//运单批量上报
|
|
//运单批量上报
|
|
export function batchEscalation(data) {
|
|
export function batchEscalation(data) {
|
|
return request({
|
|
return request({
|
|
- url: '/orderInfo/api/postponeReporting',
|
|
|
|
|
|
+ url: '/orderInfo/api/batchSubmission',
|
|
method: 'post',
|
|
method: 'post',
|
|
data: data,
|
|
data: data,
|
|
})
|
|
})
|