Explorar el Código

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

zhongtianhaoyuan hace 2 años
padre
commit
78f59d2136
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
   })