mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化修改小区bug
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
0ccc1acde8
commit
f5d2cae968
@ -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
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user