hfl 2 年 前
コミット
d166cf8e30
1 ファイル変更1 行追加1 行削除
  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,
   })