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