diff --git a/public/pages/common/resourceOutManage/resourceOutManage.js b/public/pages/common/resourceOutManage/resourceOutManage.js index 598758312..ad60a86e2 100755 --- a/public/pages/common/resourceOutManage/resourceOutManage.js +++ b/public/pages/common/resourceOutManage/resourceOutManage.js @@ -32,7 +32,8 @@ } }; //发送get请求 - vc.http.apiGet('/purchaseApply.listPurchaseApplys', + vc.http.get('purchaseApplyManage', + 'list', param, function(json, res) { var _purchaseApplyDetailInfo = JSON.parse(json); @@ -115,7 +116,8 @@ noticeState: '1002' }; //发送get请求 - vc.http.apiPost('/purchaseApply.auditApplyOrder', + vc.http.post('myAuditOrders', + 'audit', JSON.stringify(_auditInfo), { emulateJSON: true },