瀏覽代碼

Merge branch 'master' of http://47.100.3.209:3000/gongdecai/wangluohuoyun-htqd

zhongtianhaoyuan 2 年之前
父節點
當前提交
78f59d2136
共有 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,
   })