Explorar el Código

Merge branch 'feature/pyh_进销存' into develop

pengyh hace 1 año
padre
commit
d9f9dbdf78
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/api/order.js

+ 2 - 2
src/api/order.js

@@ -164,11 +164,11 @@ export function saveRefundRemark(params) {
 }
 
 // 变更维权处理状态
-export function changeExamineStatus(params) {
+export function changeExamineStatus(data) {
   return request({
     url: '/jx/goods/goods/refundV2',
     method: 'post',
-    params
+    data
   })
 }