更新版本库
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -41,3 +41,18 @@ export async function updateJudgesStatus(params: any) { // 提交
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
export async function findPriceScoreList(params: any) { // 报价数据
|
||||
return request('/api/biz-service-ebtp-rsms/v1/bid/eval/detail/findPriceScoreList', {
|
||||
method: 'post',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
export async function getEval(params: any) { // 获取页面接口数据
|
||||
return request('/api/biz-service-ebtp-rsms/v1/bid/eval/find', {
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user