mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化采购bug
This commit is contained in:
parent
c8a1797fd5
commit
716992e971
@ -151,7 +151,7 @@
|
|||||||
noticeState: '1002'
|
noticeState: '1002'
|
||||||
};
|
};
|
||||||
//发送get请求
|
//发送get请求
|
||||||
vc.http.apiPost('/complaint.auditComplaint',
|
vc.http.apiPost('/purchaseApply.auditApplyOrder',
|
||||||
JSON.stringify(_auditInfo), {
|
JSON.stringify(_auditInfo), {
|
||||||
emulateJSON: true
|
emulateJSON: true
|
||||||
},
|
},
|
||||||
|
|||||||
@ -115,7 +115,7 @@
|
|||||||
noticeState: '1002'
|
noticeState: '1002'
|
||||||
};
|
};
|
||||||
//发送get请求
|
//发送get请求
|
||||||
vc.http.apiPost('/complaint.auditComplaint',
|
vc.http.apiPost('/purchaseApply.auditApplyOrder',
|
||||||
JSON.stringify(_auditInfo), {
|
JSON.stringify(_auditInfo), {
|
||||||
emulateJSON: true
|
emulateJSON: true
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user