Преглед изворни кода

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