1.19 评标室监控列表页重构
This commit is contained in:
@ -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,
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user