hfl 2 năm trước cách đây
mục cha
commit
d166cf8e30
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/parkReportManagement.js

+ 1 - 1
src/api/parkReportManagement.js

@@ -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,
   })