1.19 评标室监控列表页重构

This commit is contained in:
jl-zhoujl2
2023-01-19 15:27:34 +08:00
parent e004d843fd
commit ae53c3977e
19 changed files with 779 additions and 1 deletions

View File

@ -255,4 +255,15 @@ export async function getMonitorListAPI(data: any) {
method: 'POST',
data: data,
});
}
/**
* 评标室监控列表-获取评标室监控列表
* @param data
* @returns
*/
export async function getMonitorList(data: any) {
return request('/api/biz-service-ebtp-evaluation/v1/screen/getReviewRoomList', {
method: 'POST',
data: data,
});
}