优化修改小区bug

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2022-08-30 09:44:25 +00:00 committed by Gitee
parent 0ccc1acde8
commit f5d2cae968
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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
},