确认定标结果--定标结果审批弹窗

This commit is contained in:
sunyu
2025-07-09 10:59:18 +08:00
parent 6e3fdf033b
commit 3630d5377c
2 changed files with 220 additions and 18 deletions

View File

@ -32,3 +32,13 @@ export async function saveResult(params?: any) {
}
})
}
//保存 列表后三项
export async function saveReviewResultDetail(data?: any) {
return request('/api/biz-service-ebtp-rsms/v1/reviewresult/save/saveReviewResultDetail', {
method: 'POST',
data: data
})
}