优化采购bug

This commit is contained in:
java110 2022-08-16 11:15:53 +08:00
parent c8a1797fd5
commit 716992e971
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@
noticeState: '1002'
};
//发送get请求
vc.http.apiPost('/complaint.auditComplaint',
vc.http.apiPost('/purchaseApply.auditApplyOrder',
JSON.stringify(_auditInfo), {
emulateJSON: true
},

View File

@ -115,7 +115,7 @@
noticeState: '1002'
};
//发送get请求
vc.http.apiPost('/complaint.auditComplaint',
vc.http.apiPost('/purchaseApply.auditApplyOrder',
JSON.stringify(_auditInfo), {
emulateJSON: true
},