From f5d2cae968d6f8da65eec1427fa36ba67d4b060a Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 30 Aug 2022 09:44:25 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BF=AE=E6=94=B9=E5=B0=8F?= =?UTF-8?q?=E5=8C=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- public/pages/common/resourceOutManage/resourceOutManage.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 },