Explorar o código

修改请求方式

mxx %!s(int64=3) %!d(string=hai) anos
pai
achega
4eb3596bb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/model/houseSelfCollect/index.js

+ 1 - 1
src/model/houseSelfCollect/index.js

@@ -53,7 +53,7 @@ export const getPurchasePrice = appRx.get(API_GET_PURCHASEPRICE_MANAGE, errorCat
 //收购管理添加
 export const purchasePriceAdd = appRx.post(API_POST_PURCHASEPRICE_ADD, errorCatcher, errorHandle, filter)
 //收购管理查看
-export const purchasePriceLook = appRx.post(API_GET_PURCHASEPRICE_LOOK, errorCatcher, errorHandle, filter)
+export const purchasePriceLook = appRx.get(API_GET_PURCHASEPRICE_LOOK, errorCatcher, errorHandle, filter)
 //收购管理编辑
 export const purchasePriceEdit = appRx.post(API_POST_PURCHASEPRICE_EDIT, errorCatcher, errorHandle, filter)
 //收购管理删除