瀏覽代碼

修改请求方式

mxx 3 年之前
父節點
當前提交
4eb3596bb9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
 //收购管理删除