sunny 1 year ago
parent
commit
6b39f375f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/allApi.js

+ 2 - 2
src/api/allApi.js

@@ -100,11 +100,11 @@ export function orderList(query) {
 }
 
 //订单详情
-export function orderInfo(data) {
+export function orderInfo(query) {
   return request({
     url: '/admin/mall-order/info',
     method: 'post',
-    data
+    params:query
   })
 }