Merge branch '20220613-将PUT和DELETE请求更改成POST请求' into 'release_20220923'
9.23 1、将PUT和DELETE请求更改成POST请求 2、重评点击保存一直转圈 See merge request eshop/fe_service_ebtp_frontend!4
This commit is contained in:
@ -71,7 +71,7 @@ export async function getJuryDetailScoreData(params: any) {
|
||||
*/
|
||||
export function updateReviewStatus(params: any) {
|
||||
return request('/api/biz-service-ebtp-rsms/v1/bid/eval/updateReviewStatus', {
|
||||
method: 'put',
|
||||
method: 'POST',
|
||||
params
|
||||
});
|
||||
}
|
||||
@ -99,10 +99,10 @@ export function findPriceScoreRecord(params: any) {
|
||||
* 根据评审室id获取评审室信息
|
||||
* @param params
|
||||
*/
|
||||
export async function getRoomDataById(params: any) {
|
||||
export async function getRoomDataById(params: any) {
|
||||
return request(`/api/biz-service-ebtp-process/v1/bizassessroom/${params}`, {
|
||||
method: 'GET',
|
||||
method: 'GET',
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user