Explorar o código

提交请求方式

chenrui %!s(int64=2) %!d(string=hai) anos
pai
achega
62e961387d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/api/shelf.js

+ 2 - 2
src/api/shelf.js

@@ -211,7 +211,7 @@ export const queryShelfOrderReportPage = (params) => {
   return axios({
     url: url,
     data: params,
-    method: 'get'
+    method: 'post'
   })
 }
 
@@ -220,7 +220,7 @@ export const queryShelfOrderTotalReport = (params) => {
   return axios({
     url: `/shelfOrderReport/queryShelfOrderTotalReport`,
     data: params,
-    method: 'get'
+    method: 'post'
   })
 }