6.20 前端put和delete请求类型修改为post

This commit is contained in:
jl-zhoujl2
2022-06-20 14:35:50 +08:00
parent 7dc348be97
commit 9b3fabfbc9
54 changed files with 670 additions and 649 deletions

View File

@ -23,7 +23,7 @@ export function reviewReportSave(data: any) {
*/
export function reviewReportSend(id: string) {
return request('/api/biz-service-ebtp-evaluation/v1/review/report/send/' + id, {
method: 'put',
method: 'POST',
});
}